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

Commits on Jun 12, 2023

  1. New name for Parser:syntax_error()

    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 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    14a1c16 View commit details
    Browse the repository at this point in the history