-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Poor argument handling in jruby.bash start script for the JRuby interpreter #3384
Comments
That's a tricky one. We do what MRI does:
|
To be clear, what's happening is the |
:+1 @nirvdrum |
Ah, I see. Well, if MRI does it then, nevermind. |
FWIW, I do agree it could be more friendly. It'd probably be best to take it up with the MRI tracker and see if gets accepted there. |
module Kernel
def rsion
org.jruby.util.cli.OutputStrings.get_version_string
end
end |
(This was a joke) |
This sort of error should be handled more gracefully, I think.
The text was updated successfully, but these errors were encountered: