Skip to content

Allow reading Package.swift with the executable bit set #7360

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
Feb 23, 2024

Conversation

bnbarham
Copy link
Contributor

786c513 added support for symlinks, but didn't handle executableBlob in the added switch. executableBlob is the returned type for a file with the executable bit set, so needs to be handled in the same way as a regular blob.

786c513 added support for symlinks, but
didn't handle `executableBlob` in the added `switch`. `executableBlob`
is the returned type for a file with the executable bit set, so needs to
be handled in the same way as a regular `blob`.
@bnbarham
Copy link
Contributor Author

@swift-ci please test

@bnbarham bnbarham merged commit 5bafc5a into swiftlang:main Feb 23, 2024
@bnbarham bnbarham deleted the executable-packages branch February 23, 2024 03:03
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