We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In reference to: mbj/unparser#340 (comment), it appears that parser currently accepts syntax that is rejected in MRI:
case foo in {"#{"a"}": 1} end
This is accepted in recent parser releases, in ruby version 2.7 to 3.2. Also accepted by MRI 2.7, but rejected 3.0-3.2.
I think we should adapt the parser grammars for 3.0+ to reject this also. Thanks to @kddnewton for reporting in unparser.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In reference to: mbj/unparser#340 (comment), it appears that parser currently accepts syntax that is rejected in MRI:
This is accepted in recent parser releases, in ruby version 2.7 to 3.2. Also accepted by MRI 2.7, but rejected 3.0-3.2.
I think we should adapt the parser grammars for 3.0+ to reject this also. Thanks to @kddnewton for reporting in unparser.
The text was updated successfully, but these errors were encountered: