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
Currently in C++ REPL if one runs some lengthy intrinsic (eg exec "sleep 100", 101), after 60 seconds the REPL suddenly prompts for input. If one just presses Return, it continues to run and finishes the call.
The proposal is to eliminate the surprising prompt and to just continue working as long as it takes.
The text was updated successfully, but these errors were encountered:
Currently in C++ REPL if one runs some lengthy intrinsic (eg
exec "sleep 100", 101
), after 60 seconds the REPL suddenly prompts for input. If one just pressesReturn
, it continues to run and finishes the call.The proposal is to eliminate the surprising prompt and to just continue working as long as it takes.
The text was updated successfully, but these errors were encountered: