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
a => [-2**b]
Parsing a in [-2**b] succeeds and executing it crash with this error
a in [-2**b]
$ ruby -e "a in [-2**b]" -e: [BUG] Unexpected node type in pattern matching expression: PM_CALL_NODE ruby 3.5.0dev (2025-01-06T01:50:53Z master c8e3d745fa) +PRISM [x86_64-linux]
Found this code failed to RubyVM::InstructionSequence.compile while compiling every ruby code fragments in ruby repository
RubyVM::InstructionSequence.compile
# spec/ruby/core/marshal/fixtures/marshal_data.rb:328 "Integer -2**8" => [-2**8, "\004\bi\377\000"]
The text was updated successfully, but these errors were encountered:
ae8e83b
nobu/ruby@500a877
Should be reopened, it was closed again by accident
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Parsing
a in [-2**b]
succeeds and executing it crash with this errorFound this code failed to
RubyVM::InstructionSequence.compile
while compiling every ruby code fragments in ruby repositoryThe text was updated successfully, but these errors were encountered: