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
Previous fix for Jump out of too many nested blocks just made it less likely to occur in some situations.
However, for large functions, when jumping out of many nested blocks it can still easily occur. (As can be seen by the very tests that "test" this behaviour - those can act as reproducible examples)
This needs a real fix.
I've opened pull request #20 , which resolves this.
The text was updated successfully, but these errors were encountered:
Previous fix for
Jump out of too many nested blocks
just made it less likely to occur in some situations.However, for large functions, when jumping out of many nested blocks it can still easily occur. (As can be seen by the very tests that "test" this behaviour - those can act as reproducible examples)
This needs a real fix.
I've opened pull request #20 , which resolves this.
The text was updated successfully, but these errors were encountered: