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

Gracefully handle interrupts (CTRL-C) at top level #13567

Closed
wants to merge 1 commit into from
Closed

Gracefully handle interrupts (CTRL-C) at top level #13567

wants to merge 1 commit into from

Conversation

jawshooah
Copy link
Contributor

Closes #12002. Supersedes #13546

Interrupts are possible during any stage of program execution. Certain areas are protected with Hbc::Utils.ignore_interrupts, but for the rest we should exit gracefully without spitting out an ugly stack trace.

This behavior is intended to emulate that of Homebrew.

Interrupts are possible during any stage of program execution. Certain
areas are protected with Hbc::Utils.ignore_interrupts, but for the rest
we should exit gracefully without spitting out an ugly stack trace.
@fanquake fanquake added the core Issue with Homebrew itself rather than with a specific cask. label Sep 3, 2015
This was referenced Sep 3, 2015
@vitorgalvao
Copy link
Member

Thank you for this. Merging.

@vitorgalvao
Copy link
Member

Merged as c2cfded.

@vitorgalvao vitorgalvao closed this Sep 3, 2015
@jawshooah jawshooah deleted the fix-interrupt-handling branch December 7, 2015 21:14
@miccal miccal removed the core Issue with Homebrew itself rather than with a specific cask. label Dec 23, 2016
@Homebrew Homebrew locked and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants