-
-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Syntax error for 3.0.0.rc14 #419
Comments
I am not sure what to do here |
Yeah honestly, I don't want to be on this version of JRuby either, but I'm stuck on it until IBM Java fixes an incompatibility with the newer JRuby... Assuming this is the only line where it's an issue, it seems like all that would be needed is to revert to a syntax compatible with both versions: lambda{ |v| v2_only.match?("", v) || v3_plus.match?("", v) } Assuming nothing else has broken yet, although I understand if you want to up the minimum Ruby version. If you're willing to hold out a tad longer, JRuby 1.7 is EOL at the end of the year: jruby/jruby#4112 |
Just changed that line to use old syntax |
Sorry on late response. Looks like that was all there was too it, I'll update again if anything else crops up. Thanks! |
I get the following error on JRuby 1.7 (Ruby 1.9.3 mode)
I'm guessing this is syntax specific to ruby > 2.0?
Does not happen with 3.0.0.rc13 or earlier.
The text was updated successfully, but these errors were encountered: