You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're pretty unlikely to do much more work on 2.0 language features in the 1.7.x line, so your best bet may be trying to use 9000. JRuby 1.7's 2.0 mode was only ever considered experimental, and the language features were last updated sometime early in Ruby 2.0's lifecycle.
@enebo might have something else to say here, but I doubt we'll be putting much time into 1.7's 2.0 mode with 9000 nearly finished.
Yeah I sort of wish we would stop the idea of experimental modes/features in the future. The early access gives us feedback but it leads to endless reports and us having to apologize for putting out something partially baked.
We have fixed simple bugs with --2.0 in 1.7.x but kwargs in 1.7.x is not that simple and completely different than our support for kwargs in 9k. I recommend using our pre releases of 9k for any Ruby 2.x support. pre2 will be out very soon and we think it will lead to rc quickly after that.
Using splats with double splats in a method leads to some pretty wonky behavior when running 1.7.19 in 2.0 mode. (Works in 9000.)
Expected:
1.7.19:
Expected:
1.7.19:
The text was updated successfully, but these errors were encountered: