JoeStrout / miniscript

source code of both C# and C++ implementations of the MiniScript scripting language
MIT License
280 stars 64 forks source link

Sudden prompt over a lengthy intrinsic in REPL #154

Open marcgurevitx opened 4 months ago

marcgurevitx commented 4 months ago

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.