Skip to content
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

Overhaul tracking of current statement, fixing several bugs where the break loop error message referenced the wrong statement #2520

Merged
merged 9 commits into from
Oct 24, 2018
1 change: 0 additions & 1 deletion doc/dev/kernel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,6 @@ CHANGED_BAG( t_1 );
t_2 = POW( a_x, INTOBJ_INT(3) );
SET_ELM_PLIST( t_1, 3, t_2 );
CHANGED_BAG( t_1 );
RES_BRK_CURR_STAT();
SWITCH_TO_OLD_FRAME(oldFrame);
return t_1;
]]>
Expand Down
Loading