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

Forward signal as exit code #1006

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

plemarquand
Copy link
Contributor

If the user hits ctrl+c during a task we want to treat that as an unsuccessful process execution and stop proceeding.

Forward the signal and ignore the exit code of a signal is present on process exit.

Issue: #1001

If the user hits ctrl+c during a task we want to treat that as an
unsuccessful process execution and stop proceeding.

Forward the signal and ignore the exit code of a signal is present on
process exit.

Issue: swiftlang#1001
@plemarquand plemarquand merged commit 52f039e into swiftlang:main Aug 9, 2024
7 of 8 checks passed
@plemarquand plemarquand deleted the capture-exit-signal branch August 9, 2024 15:28
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.

2 participants