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
If the indentation level becomes negative, the REPL crashes.
This can be reproduced by entering a singular closing brace (}) and pressing Shift+Enter.
The closing brace can also be inside a string; see #379.
SnipUndercover
changed the title
Entering a string containing a closing brace and pressing Shift+Enter crashes the REPL
Negative indentation levels crash the REPL
Aug 7, 2024
Version
C# REPL 0.6.7+d2955f13e744320cd6331c484e1286c3ed4f8612
What happened?
If the indentation level becomes negative, the REPL crashes.
This can be reproduced by entering a singular closing brace (
}
) and pressing Shift+Enter.The closing brace can also be inside a string; see #379.
Trace log
The text was updated successfully, but these errors were encountered: