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

Use NewParser in spec files if possible #127

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

yui-knk
Copy link
Collaborator

@yui-knk yui-knk commented Oct 16, 2023

We are migrating Lrama's parser from hand written parser to LR parser generated by Racc. Replacing Parser with NewParser to prevent regression.

We are migrating Lrama's parser from hand written parser to
LR parser generated by Racc. Replacing Parser with NewParser
to prevent regression.
@yui-knk
Copy link
Collaborator Author

yui-knk commented Oct 16, 2023

@junk0612 What do you think about this change?

@yui-knk yui-knk merged commit aba9428 into ruby:master Oct 16, 2023
12 checks passed
@yui-knk yui-knk deleted the use_new_parser_in_spec branch October 16, 2023 10:57
@junk0612
Copy link
Collaborator

Thank you for replacing.

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