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

Add Base.exit_on_sigint to wrap jl_exit_on_sigint #29411

Merged
merged 3 commits into from
May 1, 2020

Conversation

tkf
Copy link
Member

@tkf tkf commented Sep 28, 2018

This PR implements @JeffBezanson's suggestion #29383 (comment)

It also adds some documentation on the SIGINT behavior to close #25308.

@vtjnash vtjnash added the forget me not PRs that one wants to make sure aren't forgotten label Apr 28, 2020
@tkf
Copy link
Member Author

tkf commented May 1, 2020

@vtjnash Did you add forgetmenot tag because you are waiting for someone else (@JeffBezanson ?) to review?

@vtjnash vtjnash merged commit 4f1fd2d into JuliaLang:master May 1, 2020
@vtjnash vtjnash removed the forget me not PRs that one wants to make sure aren't forgotten label May 1, 2020
@vtjnash
Copy link
Sponsor Member

vtjnash commented May 1, 2020

no, it's just the closest thing we have to a merge queue when CI is still running

@tkf tkf deleted the Base.exit_on_sigint branch May 1, 2020 19:56
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

Successfully merging this pull request may close these issues.

Different SIGINT handling in REPL and command line is undocumented
2 participants