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

REPL should trap the INT signal instead of exiting #571

Open
64kramsystem opened this issue Jan 10, 2018 · 0 comments
Open

REPL should trap the INT signal instead of exiting #571

64kramsystem opened this issue Jan 10, 2018 · 0 comments

Comments

@64kramsystem
Copy link
Member

64kramsystem commented Jan 10, 2018

REPLs traditionally trap the INT signal, and don't exit; instead, they exit when receiving a HUP.

This is desirable for blocking a running program - the user generally wants to return back to the REPL prompt, rather than back to the O/S.

@64kramsystem 64kramsystem changed the title REPL should trap the INT instead of exiting REPL should trap the INT signal instead of exiting Jan 10, 2018
@st0012 st0012 added the REPL label Jan 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants