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
This isn't too surprising considering that 2.0 support is experimental in JRuby 1.7.x. The problem is that our JVM bytecode compiler simply doesn't know how to compile this node, which was added in 2.0 mode to support new argument forms like keyword args.
With JRuby 9k nearly complete and 2.2 compatible, we are not going to be improving the 2.0 mode in JRuby 1.7. We would accept community improvements to JRuby 1.7's 2.0 mode, but this is probably not a case where any community members are going to step up.
Perhaps JRuby 9000 is in your future? It's definitely the right move to make if you need Ruby 2.0+ features.
jrubyc with JRUBY_OPTS=--2.0 fails with a cryptic error:
The text was updated successfully, but these errors were encountered: