Skip to content

Commit 1a0d184

Browse files
committed
chore: added entry for CHANGES.md
Signed-off-by: Sachin Beniwal <s474996633@gmail.com>
1 parent 69cac53 commit 1a0d184

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/changes/fixed/12844.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- Improve error messages for invalid version formats containing non-ASCII
2+
characters. Previously, non-ASCII characters in version strings (e.g., `(lang
3+
dune è)` or `(using menhir π3.14)`) would fail with a generic "Invalid file"
4+
error. Now they display a clear message: "Invalid atom: contains non-ASCII
5+
character(s). Atoms must only contain ASCII characters." The fix is
6+
implemented at the lexer level, providing consistent error handling across all
7+
s-expression parsing. (#12844, fixes #12836, @benodiwal)

0 commit comments

Comments
 (0)