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.1.2.0 (2.3.0) 2016-05-26 7357c8f Java HotSpot(TM) Client VM 25.92-b14 on 1.8.0_92-b14 +jit [mswin32-x86]
if true ; else begin ; end while true end
When running the above code in a file, there should be no output or parse error.
According to:
https://github.com/jruby/jruby/blob/master/core/src/main/java/org/jruby/ir/representations/CFG.java
This is some kind of sanity check failure:
2016-06-14T14:37:36.413-05:00 [main] ERROR CFG : BB 5 missing from po list! Graph: org.jruby.ir.representations.CFG@191a895 Instructions: BB [1:LBL_3:-1] BB [2:LBL_4:-1] %self = recv_self() %v_0 = load_frame_closure() %current_scope = copy(scope<0>) %current_module = copy(module<0>) line_num(;n: 0) line_num(;n: 1) %v_3 = copy(nil) return(nil) BB [5:_ITER_BEGIN_0:13] thread_poll() line_num(;n: 6) jump(_ITER_BEGIN_0:13) BB [10:LBL_5:-1] ------ Rescue block map ------
The text was updated successfully, but these errors were encountered:
Verified that JRuby 9.1.7.0 no longer produces the message.
Sorry, something went wrong.
No branches or pull requests
Environment
jruby 9.1.2.0 (2.3.0) 2016-05-26 7357c8f Java HotSpot(TM) Client VM 25.92-b14 on 1.8.0_92-b14 +jit [mswin32-x86]
Expected Behavior
When running the above code in a file, there should be no output or parse error.
Actual Behavior
According to:
https://github.com/jruby/jruby/blob/master/core/src/main/java/org/jruby/ir/representations/CFG.java
This is some kind of sanity check failure:
The text was updated successfully, but these errors were encountered: