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

Different SIGINT handling in REPL and command line is undocumented #25308

Closed
damiendr opened this issue Dec 28, 2017 · 0 comments · Fixed by #29411
Closed

Different SIGINT handling in REPL and command line is undocumented #25308

damiendr opened this issue Dec 28, 2017 · 0 comments · Fixed by #29411

Comments

@damiendr
Copy link
Contributor

AFAIK the fact that InterruptException is not raised by default outside of the REPL is not documented anywhere. I could only find this comment on an issue which gives the solution to my ctrl-C clean exit woes:

ccall(:jl_exit_on_sigint, Void, (Cint,), 0) 

Also, shouldn't that be the default behaviour in all cases?

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