Skip to content

[SR-3077] Bundle.main.executableURL returns incorrect values on Linux #1568

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 2 commits into from
May 30, 2018
Merged

[SR-3077] Bundle.main.executableURL returns incorrect values on Linux #1568

merged 2 commits into from
May 30, 2018

Conversation

millenomi
Copy link
Contributor

Fixes https://bugs.swift.org/browse/SR-3077

We were doing nothing with the executable path here unless the platform was Darwin or Windows. Use the PLATFORM_PATH_STYLE macro here instead to ensure all platforms execute this.

millenomi added 2 commits May 29, 2018 15:07
…rm was Darwin or Windows. Use the PLATFORM_PATH_STYLE macro here instead to ensure all platforms execute this.
@millenomi
Copy link
Contributor Author

@swift-ci please test

@millenomi millenomi merged commit b89aaf0 into swiftlang:master May 30, 2018
@millenomi millenomi deleted the linux-bundle-executable branch May 30, 2018 00:24
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