We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
jruby 9.2.0.0 (2.5.0) 2018-05-24 81156a8 Java HotSpot(TM) 64-Bit Server VM 25.60-b23 on 1.8.0_60-b27 +indy +jit [darwin-x86_64] (On OS X Yosemite)
jruby 9.2.0.0 (2.5.0) 2018-05-24 81156a8 Java HotSpot(TM) 64-Bit Server VM 25.60-b23 on 1.8.0_60-b27 +indy +jit [darwin-x86_64]
The following code, which is being used in a spec, normally works fine on jRuby 9.1.16.0 and prior:
@error_log = StringIO.new @error_logger = Logger.new(@error_log)
Upon updating to 9.2.0.0, it raises the following exception:
ArgumentError: invalid log level: 0
The text was updated successfully, but these errors were encountered:
Nevermind, figured it out. Was due to a namespace collision caused by doing:
java_import 'java.lang.Integer'
Nothing to see here, move along...
Sorry, something went wrong.
No branches or pull requests
Environment
jruby 9.2.0.0 (2.5.0) 2018-05-24 81156a8 Java HotSpot(TM) 64-Bit Server VM 25.60-b23 on 1.8.0_60-b27 +indy +jit [darwin-x86_64]
(On OS X Yosemite)Expected Behavior
The following code, which is being used in a spec, normally works fine on jRuby 9.1.16.0 and prior:
Actual Behavior
Upon updating to 9.2.0.0, it raises the following exception:
ArgumentError: invalid log level: 0
The text was updated successfully, but these errors were encountered: