You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More defined? IR fixes: generate properly nested rescue regions
In two scenarios, IR code was generated where we were jumping
into the middle of a rescuable region rather than enter it
at the start. This caused the interpreter to not have information
about a rescuable region in some cases.
Fixes build failures for -S rake test:jruby
0 commit comments