Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
andychu opened this issue Aug 23, 2024 · 0 comments
Open

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

andychu opened this issue Aug 23, 2024 · 0 comments

Comments

@andychu
Copy link
Contributor

andychu commented Aug 23, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant