Skip to content

Commit 2cbd5b6

Browse files
authored
Merge pull request #801 from casperisfine/improve-parsing-error
Improve parser error messages to include line and column numbers
2 parents f042622 + 30e35b9 commit 2cbd5b6

File tree

5 files changed

+149
-103
lines changed

5 files changed

+149
-103
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Unreleased
44

5+
* Include line and column in parser errors. Both in the message and as exception attributes.
56
* Handle non-string hash keys with broken `to_s` implementations.
67
* `JSON.generate` now uses SSE2 (x86) or NEON (arm64) instructions when available to escape strings.
78

0 commit comments

Comments
 (0)