Skip to content

[6.0][Concurrency] Fix build in actors as locks configuration #75005

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

Conversation

ktoso
Copy link
Contributor

@ktoso ktoso commented Jul 6, 2024

Description: Fixes build due to placement of function inside #if !SWIFT_CONCURRENCY_ACTORS_AS_LOCKS.

We have to start testing these configurations, it's gotten to a point where it's not possible to just keep it all in your head every time.

Risk/reward: low risk, moves a function out of wrong #if. Makes the build compile again

Reviewed by: @bnbarham
Original PR: #75004
Radar: resolves rdar://131195175

@ktoso ktoso requested a review from a team as a code owner July 6, 2024 00:12
@ktoso ktoso changed the title [Concurrency] Fix build in actors as locks configuration [6.0][Concurrency] Fix build in actors as locks configuration Jul 6, 2024
@ktoso
Copy link
Contributor Author

ktoso commented Jul 6, 2024

@swift-ci please test

@ktoso ktoso added concurrency Feature: umbrella label for concurrency language features 🍒 release cherry pick Flag: Release branch cherry picks swift 6.0 labels Jul 6, 2024
@krispymb krispymb merged commit 32b33fb into swiftlang:release/6.0 Jul 6, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
concurrency Feature: umbrella label for concurrency language features 🍒 release cherry pick Flag: Release branch cherry picks swift 6.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants