Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dtacheck] Update arson-parse to latest commit #7

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

TheNathannator
Copy link
Contributor

Many parsing and diagnostic improvements.

  • Errors are now sorted by position and error code, instead of being in an unspecified order.
  • Added some additional diagnostics, fixed many cases where errors were not detected or reported properly, and tweaked many error messages to be more informative.
  • Validation checks done when reaching the end of the file were unintentionally performed per array nesting, and would result in duplicate diagnostics for outer-nested errors.
  • Parsing no longer bails out upon errors in the preprocessing step, so all errors related to parsing are displayed at once.
  • Block comment handling no longer tokenizes its contents, and will no longer miss block comment ends that are preceded by delimiters for other tokens.

@TheNathannator TheNathannator changed the title Update arson-parse to latest commit [dtacheck] Update arson-parse to latest commit Dec 12, 2024
@DarkRTA DarkRTA merged commit 2f61873 into hmxmilohax:main Dec 12, 2024
1 check passed
@TheNathannator TheNathannator deleted the arson-update branch January 24, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants