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
See https://bugs.ruby-lang.org/issues/12938.
forwardable.rb now unconditionally uses RubyVM features not supported on any other Ruby impl. This prevents any tests that depend on forwardable (at boot) from loading properly.
The text was updated successfully, but these errors were encountered:
Ref #4293
Sorry, something went wrong.
Revert to Ruby 2.3.1 forwardable.rb for #4290.
14c4c3d
Use forwardable from 2.3.3
9279865
jruby/jruby#4290
ad838f5
Fixed at some point. Our forwardable matches MRI 2.5 HEAD.
No branches or pull requests
See https://bugs.ruby-lang.org/issues/12938.
forwardable.rb now unconditionally uses RubyVM features not supported on any other Ruby impl. This prevents any tests that depend on forwardable (at boot) from loading properly.
The text was updated successfully, but these errors were encountered: