-
Notifications
You must be signed in to change notification settings - Fork 75
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
Ruby 3.4 support #109
Comments
Hi Viktor, Do you wanna try to give it a shot and perform the upgrade? (and add 3.4 to the testing matrix?) |
Due to my busy work schedule 😢 , I'm not sure about this. But I can try to fix this class for the weekend: |
It looks like they strongly gems return colossally different parsing structures, and this gem is very focused on the result of what ruby parser will return, so if we do backwards compatibility it's a huge job with no way back. The task can be buried if you think no one will continue it. |
@DamirSvrtan maybe sometime in the future the |
The parser has been changed in ruby 3.4 , maybe you should use it (Prism)
Right now we're getting this:
NOTE: RubyParser::V34 undefined, using RubyParser::V33
The text was updated successfully, but these errors were encountered: