Skip to content

[6.0] [stdlib] Enforce that atomic representations are BitwiseCopyable #73956

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 1 commit into from
May 30, 2024

Conversation

Azoy
Copy link
Contributor

@Azoy Azoy commented May 28, 2024

This is a cherry pick of #73734

Explanation: Marks AtomicRepresentable.AtomicRepresentation and AtomicOptionalRepresentable.AtomicOptionalRepresentation as BitwiseCopyable.
Scope: Synchronization module
Issue: rdar://128296144.
Original PR: #73734
Risk: Very Low, atomics are always expected to store bitwise copyable values.
Testing: Ci
Reviewer: @nate-chandler and @lorentey

[stdlib] Enforce that atomic representations are BitwiseCopyable
@Azoy Azoy requested a review from stephentyrone May 28, 2024 21:46
@Azoy Azoy requested a review from a team as a code owner May 28, 2024 21:46
@Azoy
Copy link
Contributor Author

Azoy commented May 28, 2024

@swift-ci please test

@Azoy
Copy link
Contributor Author

Azoy commented May 29, 2024

@swift-ci please test

@Azoy Azoy merged commit 54fa3ce into swiftlang:release/6.0 May 30, 2024
5 checks passed
@Azoy Azoy deleted the 60-atomic-bitwisecopyable branch May 30, 2024 00:57
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.

2 participants