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

New name for Parser:syntax_error() #586

Merged
merged 1 commit into from Jun 12, 2023
Merged

Conversation

hugomg
Copy link
Member

@hugomg hugomg commented Jun 12, 2023

There were a couple of places where we wanted to abort but were not aborting, or vice-versa. This commit splits the syntax_error() method into two: recoverable_syntax_error() and abort_with_syntax_error(). With these names it should be easier to get it right the first time.

There were a couple of places where we wanted to abort but were not
aborting, or vice-versa. This commit splits the syntax_error() method
into two: recoverable_syntax_error() and abort_with_syntax_error().
With these names it should be easier to get it right the first time.
@hugomg hugomg merged commit 0864920 into master Jun 12, 2023
2 checks passed
@hugomg hugomg deleted the recoverable-syntax-error branch June 12, 2023 21:40
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.

None yet

1 participant