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

Support endless method definitions #3038

Closed
eregon opened this issue May 5, 2023 · 1 comment
Closed

Support endless method definitions #3038

eregon opened this issue May 5, 2023 · 1 comment

Comments

@eregon
Copy link
Member

eregon commented May 5, 2023

Extracted from #2733

The relevant changes in CRuby are:

and the associated revisions are:

There seems to be no changes in the lexer, good.

This seems used frequently in applications, so we should try to support it soon.

We should also check if JRuby master supports them, and if so we can copy the relevant parts of https://github.com/jruby/jruby/blob/master/core/src/main/java/org/jruby/parser/RubyParser.y then.

We will wait for Prism/YARP adoption to fix this :#3117

@eregon
Copy link
Member Author

eregon commented Jan 28, 2024

Will be done for 24.0.

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

No branches or pull requests

2 participants