Skip to content

[5.10][SE-0331][stdlib] Mark unsafe pointer conformances to Sendable as explicitly unavailable #69136

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 3 commits into from
Oct 12, 2023

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Oct 11, 2023

Cherry-pick of #69114


  • Explanation:

This is a preferred way to make sure that Sendable inference doesn't
happen for these types (as described in SE-0331) because they are
marked as @frozen.

xedin added 3 commits October 11, 2023 11:25
…unavailable

This is a preferred way to make sure that Sendable inference doesn't
happen for these types because they are marked as @Frozen.

(cherry picked from commit a0dfab9)
@xedin xedin added 🍒 release cherry pick Flag: Release branch cherry picks swift 5.10 labels Oct 11, 2023
@xedin xedin requested a review from hborla October 11, 2023 18:29
@xedin xedin requested a review from a team as a code owner October 11, 2023 18:29
@xedin
Copy link
Contributor Author

xedin commented Oct 11, 2023

@swift-ci please test

@xedin
Copy link
Contributor Author

xedin commented Oct 11, 2023

@swift-ci please test

@xedin xedin merged commit 51e3b64 into swiftlang:release/5.10 Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks swift 5.10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants