[ruby 2.4] forwardable.rb is broken on non-MRI #4290
Closed
Labels
Milestone
Comments
Ref #4293 |
headius
added a commit
that referenced
this issue
Nov 14, 2016
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
Fixed at some point. Our forwardable matches MRI 2.5 HEAD. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: