Skip to content

Fatal error in unimplemented cases of exec #285

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
Jan 26, 2022

Conversation

neonichu
Copy link
Contributor

The exec function was missing an #else branch which prohibited compilation on some platforms, this adds a fatal error on platforms where we have no implementation.

@neonichu
Copy link
Contributor Author

@swift-ci please test

The `exec` function was missing an `#else` branch which prohibited compilation on some platforms, this adds a fatal error on platforms where we have no implementation.
@neonichu neonichu changed the title Throw in unimplemented cases of exec Fatal error in unimplemented cases of exec Jan 25, 2022
@neonichu
Copy link
Contributor Author

@swift-ci please test

@tomerd
Copy link
Contributor

tomerd commented Jan 26, 2022

cc @compnerd @jakepetroules which have been opening PRs in this area over the last couple of days

Copy link
Member

@compnerd compnerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this!

@neonichu neonichu merged commit 6017b48 into swiftlang:main Jan 26, 2022
@neonichu neonichu deleted the fix-exec branch January 26, 2022 18:16
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.

5 participants