Skip to content

Executable.resolveExecutablePath should be async#264

Merged
iCharlesHu merged 1 commit into
swiftlang:mainfrom
jakepetroules:eng/PR-resolve-async
May 14, 2026
Merged

Executable.resolveExecutablePath should be async#264
iCharlesHu merged 1 commit into
swiftlang:mainfrom
jakepetroules:eng/PR-resolve-async

Conversation

@jakepetroules
Copy link
Copy Markdown
Contributor

This method requires hitting the filesystem and should therefore be async as it can block

Closes #263

This method requires hitting the filesystem and should therefore be async as it can block

Closes swiftlang#263
@jakepetroules jakepetroules requested a review from iCharlesHu as a code owner May 14, 2026 07:46
@jakepetroules jakepetroules added API Change bug Something isn't working labels May 14, 2026
@iCharlesHu
Copy link
Copy Markdown
Contributor

Make sense. Thanks!

@iCharlesHu iCharlesHu merged commit 4bc3fea into swiftlang:main May 14, 2026
44 checks passed
@jakepetroules jakepetroules deleted the eng/PR-resolve-async branch May 15, 2026 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

API Change bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Executable.resolveExecutablePath should be async

2 participants