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

[SE-0437] Amend with small corrections #2489

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Conversation

lorentey
Copy link
Member

  • Fix accidental omission of UnboundedRange-taking overloads of extracting.
  • Reflect SE-0427’s outcome and add explicit where Foo: Copyable clauses for conditional conformances to Copyable.
  • Fix typo where Result forgot to declare itself ~Copyable
  • Fix typo where an withExtendedLifetime(_:_:) overload was shown with a signature requiring copyable Ts.

- Fix accidental omission of `UnboundedRange`-taking overloads of `extracting`.
- Reflect SE-0427’s outcome and add explicit `where Foo: Copyable` clauses for conditional conformances to Copyable.
- Fix typo where `Result` forgot to declare itself `~Copyable`
- Fix typo where an `withExtendedLifetime(_:_:)` overload was shown with a signature requiring copyable Ts.
Copy link
Contributor

@rjmccall rjmccall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by the LSG; no need for a review.

@rjmccall rjmccall merged commit 626048e into swiftlang:main Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants