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
This seemingly is not an IR bug but one where we did not convert the incoming proc into a lambda. I am not 100% sure how this changes the flow control nature of the problem but I saw no reason why we should be obeying proc rules for a block which now the body of a method. Nothing failed with this change.
This example should print out
:here
but it does not, because the non-local return in the define_method block causes thetest
method to return early.This is causing mocha's test suite to bail out prematurely.
The text was updated successfully, but these errors were encountered: