oils-for-unix / oils

Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
http://www.oilshell.org/
Other
2.84k stars 157 forks source link

can't Ctrl-C out of long operation (regex) #2056

Open andychu opened 2 months ago

andychu commented 2 months ago

What's going on here?

Found this via #2051

[osh] hoover ~/git/oilshell/oil$ = 'a b   cd'.replace(/s*/, 'X')
^C
^C^CTerminated

You should be able to cancel this I think?

But then what does it return ?

TODO: check out Python itself