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 is blocking #747 (and probably other things) because I cannot call function arguments as the scope chain is unexpectedly empty, excepting the root scope.
This is blocking #747 (and probably other things) because I cannot call function arguments as the scope chain is unexpectedly empty, excepting the root scope.
All because of the
s.clone()
in this lineBut fixing that breaks so much other code, so I need to rework a significant chunk of scope logic to resolve this, potentially rewriting much of it.
The text was updated successfully, but these errors were encountered: