We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cac53 commit 1a0d184Copy full SHA for 1a0d184
doc/changes/fixed/12844.md
@@ -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