Skip to content

Commands: remove signalled cases for Windows #2855

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

Merged
merged 1 commit into from
Aug 17, 2020

Conversation

compnerd
Copy link
Member

Windows does not have the concept of signals, therefore processes may
not terminate with signalling exits. Such an exit is encoded in the
exit status code on Windows.

Windows does not have the concept of signals, therefore processes may
not terminate with signalling exits.  Such an exit is encoded in the
exit status code on Windows.
@compnerd
Copy link
Member Author

CC: @tomerd @neonichu @abertelrud

@compnerd
Copy link
Member Author

@swift-ci please test

@tomerd
Copy link
Contributor

tomerd commented Aug 10, 2020

code looks fine, but do we need to emit the text for the exit code instead?

@compnerd
Copy link
Member Author

Yeah, I expect that we will have to wire that up in the future. This won't even build as there is no concept of signals, so this is purely to get s-p-m to build on Windows.

@compnerd
Copy link
Member Author

@swift-ci please smoke test

@tomerd
Copy link
Contributor

tomerd commented Aug 17, 2020

@compnerd please merge when ready

@compnerd compnerd merged commit ee8fade into swiftlang:master Aug 17, 2020
@compnerd compnerd deleted the smoke-signals branch August 17, 2020 22:41
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.

4 participants