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
You'll get an infinite loop around enumCaseStats in the parser, this is very similar to the issue that #2270 fixed for the REPL.
I'm not sure what the correct fix is here, but I'll note that other while loops in the parser check an exitOnError flag, I assume that this is to avoid this sort of things.