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
Once you press Ctrl-C at the REPL prompt (either while the interpreter is running, or when it's just waiting for input) then you are given a new prompt; but trying to evaluate any expression afterward will fail with a "resource vanished (Broken pipe)" error. (On Mac, at least.)
Generally, the CTRL^C will cause the solver to exit, so
this shuts down the current instance forces the REPL to
reopen a fresh instance the next time it is required.
Fixes#1157
Once you press
Ctrl-C
at the REPL prompt (either while the interpreter is running, or when it's just waiting for input) then you are given a new prompt; but trying to evaluate any expression afterward will fail with a "resource vanished (Broken pipe)" error. (On Mac, at least.)Other commands like
:set
or:browse
or:help
or even:eval
still work, but evaluating an expression with the ordinary interpreter will crash.Bisection shows that 3114110 (#1128) is the first bad commit.
The text was updated successfully, but these errors were encountered: