Skip to content

[6.0] Don't use @_moveOnly anymore in stdlib #75884

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
Sep 5, 2024

Conversation

Azoy
Copy link
Contributor

@Azoy Azoy commented Aug 14, 2024

  • Explanation: These were used for compatibility with older compilers, but newer compilers means newer features. Let's use them.
  • Scope: Stdlib generated interface
  • Risk: Low. This is purely a cosmetic change for these types so that they appear as : ~Copyable in interfaces instead of printing an underscored attribute.
  • Testing: CI testing
  • Issue: N/A
  • Reviewer: N/A

There is no main branch PR because these types are @_moveOnly only on the 6.0 branch.

@Azoy Azoy requested review from kavon and hborla August 14, 2024 16:50
@Azoy Azoy requested a review from a team as a code owner August 14, 2024 16:50
@Azoy
Copy link
Contributor Author

Azoy commented Aug 14, 2024

@swift-ci please test

1 similar comment
@hborla
Copy link
Member

hborla commented Sep 4, 2024

@swift-ci please test

@Azoy Azoy merged commit f30fc58 into swiftlang:release/6.0 Sep 5, 2024
5 checks passed
@Azoy Azoy deleted the no-more-move-only branch September 5, 2024 01:15
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.

3 participants