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/core/src/main/java/org/jruby/java/codegen/RealClassGenerator.java
Line 147 in 355f943
This line creates an exception, but doesn't throw it. If thrown, a number of CI tests fail: https://travis-ci.org/jruby/jruby/builds/305072247
This condition/exception should be removed if it's not needed, or the exception should be thrown and the relevant tests fixed.
The text was updated successfully, but these errors were encountered:
The fact that so many tests fail tells me this condition is no longer valid, but I'll take a deeper look.
Sorry, something went wrong.
The condition is backwards. I'll fix in a moment.
Properly test this and make it asserts since it should never fail.
fab6c5a
Fixes #4880.
0c712f5
No branches or pull requests
jruby/core/src/main/java/org/jruby/java/codegen/RealClassGenerator.java
Line 147 in 355f943
This line creates an exception, but doesn't throw it. If thrown, a number of CI tests fail: https://travis-ci.org/jruby/jruby/builds/305072247
This condition/exception should be removed if it's not needed, or the exception should be thrown and the relevant tests fixed.
The text was updated successfully, but these errors were encountered: