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
Originally from #2417. This snippets shows that in MRI StandardError is saved off at bootstrap and is immune to the constant changing. We should make a special operand for this so we can still use it in EQQ instr:
Object.const_set :StandardError, 1 class ExposesJRuby2417 < BasicObject def blow_up begin ::Kernel.raise "error" rescue puts "rescued" end end end ExposesJRuby2417.new.blow_up
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally from #2417. This snippets shows that in MRI StandardError is saved off at bootstrap and is immune to the constant changing. We should make a special operand for this so we can still use it in EQQ instr:
The text was updated successfully, but these errors were encountered: