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
BTW, I think this happens any time you mutate something after capturing it.
Yeah, we need to be lifting binding against a scope object that we create to hold mutable captures, rather than binding to the values.
This happens only in loops (reentrant nested scopes).
See test case: http://codereview.chromium.org/8602013/
The text was updated successfully, but these errors were encountered: