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

Fix typo to combine flags in the parser singleton class rule #6276

Closed
wants to merge 1 commit into from

Conversation

eregon
Copy link
Member

@eregon eregon commented Jun 10, 2020

See https://github.com/ruby/ruby/blob/46a5d1b4a63f624f2c5c5b6f710cc1a176c88b02/parse.y#L2585

I'm not sure how to regenerate the parser (and ripper maybe), could you do it?

@eregon eregon requested a review from enebo June 10, 2020 19:22
@enebo
Copy link
Member

enebo commented Jun 15, 2020

@eregon Thanks for submitting this. I am doing a lot of parser work on a branch and will merge it there (as well as generating new versions of the parsers). If you ever need to generate it you can run ./tool/generate_parser and ./tool/generate_ripper. Leaving it open to make sure I address it.

@enebo
Copy link
Member

enebo commented Jun 15, 2020

I added it to my branch which will make it into 9.3/master soonish. I also "upgraded" it to use 0b notation to hopefully help with the intent in 33e3fd7 (as well as generate the .java files).

@enebo enebo closed this Jun 15, 2020
@enebo enebo added this to the JRuby 9.3.0.0 milestone Jun 15, 2020
@enebo enebo added the parser label Jun 15, 2020
@eregon
Copy link
Member Author

eregon commented Jun 15, 2020

Thanks!

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

Successfully merging this pull request may close these issues.

3 participants