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

Add parser recovery for incomplete named pat pair. #14985

Merged
merged 3 commits into from
Apr 3, 2023

Conversation

nojaf
Copy link
Contributor

@nojaf nojaf commented Mar 28, 2023

A first attempt at adding recovery for incomplete named pat pairs.

@nojaf nojaf requested a review from a team as a code owner March 28, 2023 09:46
@nojaf nojaf requested a review from auduchinok March 28, 2023 09:46
Copy link
Member

@auduchinok auduchinok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nojaf Would it be hard to add syntax errors dumps into the syntax tree baseline files (in a separate PR, perhaps)? It would be really nice to see what errors are produced from recovery rules or how existing errors change.

@nojaf
Copy link
Contributor Author

nojaf commented Mar 28, 2023

@auduchinok that should be doable, I'll look into it later this week in another PR.

@nojaf nojaf force-pushed the named-pair-recovery branch from ce6e39a to 02309b5 Compare March 29, 2023 13:16
Copy link
Member

@psfinaki psfinaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nojaf. Great testing, as usual :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

6 participants