Skip to content
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 2.4] forwardable.rb is broken on non-MRI #4290

Closed
headius opened this issue Nov 14, 2016 · 2 comments
Closed

[ruby 2.4] forwardable.rb is broken on non-MRI #4290

headius opened this issue Nov 14, 2016 · 2 comments

Comments

@headius
Copy link
Member

headius commented Nov 14, 2016

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.

@headius
Copy link
Member Author

headius commented Nov 14, 2016

Ref #4293

chrisseaton added a commit to oracle/truffleruby that referenced this issue Oct 18, 2017
chrisseaton added a commit to oracle/truffleruby that referenced this issue Oct 18, 2017
@headius
Copy link
Member Author

headius commented May 15, 2018

Fixed at some point. Our forwardable matches MRI 2.5 HEAD.

@headius headius closed this as completed May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant