Skip to content

Commit 7a0047c

Browse files
committed
Improve error message content if on long lines
Improved display of error messages that need to highlight an error on an exceptionally long line (like thousands of opening braces). The error message generator now trims long lines, and still, hopefully always, show an indicator where the error is on that line. Fixes: #26
1 parent e86fecb commit 7a0047c

File tree

3 files changed

+450
-11
lines changed

3 files changed

+450
-11
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json5format"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = [
55
"Rich Kadel <richkadel@google.com>",
66
"David Tamas-Parris <davidatp@google.com>",

0 commit comments

Comments
 (0)