Skip to content
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] Consider isolated key-path components when computing the required isolation of a stored property initializer. #75091

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

hborla
Copy link
Member

@hborla hborla commented Jul 9, 2024

This allows isolated key-path components to be used in stored property initializers when the stored property itself is isolated to the same global actor.

Resolves: #72181

…e required

isolation of a stored property initializer.

This allows isolated key-path components to be used in stored property
initializers when the stored property itself is isolated to the same
global actor.
@hborla
Copy link
Member Author

hborla commented Jul 9, 2024

@swift-ci please smoke test

@hborla hborla merged commit 48a888a into swiftlang:main Jul 9, 2024
3 checks passed
@hborla hborla deleted the isolated-key-path-init branch July 9, 2024 13:54
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.

Strict Concurrency warning false positive: MainActor isolated KeyPath
3 participants