-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[concurrency] Implement a compatibility .a library for Concurrency. #38930
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
[concurrency] Implement a compatibility .a library for Concurrency. #38930
Conversation
In a back deployment scenario, this will provide a place where one could provide function implementations that are not available in the relevant stdlib. This is just setting up for future work and isn't doing anything interesting beyond wiring it up/making sure that it is wired up correctly with tests.
@swift-ci please build toolchain |
@swift-ci please build toolchain Linux |
Linux Toolchain (Ubuntu 16.04) Install command |
swiftlang/swift-package-manager#3695 @swift-ci please build toolchain |
swiftlang/swift-package-manager#3695 @swift-ci please test |
Please test with the following pull request: @swift-ci please build toolchain |
Linux Toolchain (Ubuntu 16.04) Install command |
Closer! |
We got much further this time. Now it's a playgrounds logger issue that looks potentially spurious?
|
Please test with the following pull request: @swift-ci please build toolchain macOS |
macOS Toolchain Install command |
Success! |
swiftlang/swift-package-manager#3695 has now been merged, so this can be merged as well |
In a back deployment scenario, this will provide a place where one could provide
function implementations that are not available in the relevant stdlib.
This is just setting up for future work and isn't doing anything interesting
beyond wiring it up/making sure that it is wired up correctly with tests.