Skip to content

[stdlib] Conditionally conform EnumeratedSequence to Collection(s) #78092

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 7 commits into from
Mar 18, 2025

Conversation

Azoy
Copy link
Contributor

@Azoy Azoy commented Dec 10, 2024

This patch reintroduces some conditional conformances declared in SE-0312 for EnumeratedSequence to conditionally conform to Collection, BidirectionalCollection, and RandomAccessCollection. I'm not including all of the changes in SE-0312 as this is supposed to be more targeted to getting the enumerated sequence type to conform to random access collection.

Resolves: rdar://99006196

@Azoy
Copy link
Contributor Author

Azoy commented Mar 12, 2025

@swift-ci please smoke test

@Azoy Azoy force-pushed the enumerated-collection branch from 15c223f to 0646c61 Compare March 13, 2025 17:12
@Azoy
Copy link
Contributor Author

Azoy commented Mar 13, 2025

@swift-ci please smoke test

@Azoy
Copy link
Contributor Author

Azoy commented Mar 13, 2025

@swift-ci please smoke test

@Azoy
Copy link
Contributor Author

Azoy commented Mar 13, 2025

@swift-ci please smoke test

@Azoy
Copy link
Contributor Author

Azoy commented Mar 13, 2025

@swift-ci please smoke test

1 similar comment
@Azoy
Copy link
Contributor Author

Azoy commented Mar 17, 2025

@swift-ci please smoke test

@Azoy
Copy link
Contributor Author

Azoy commented Mar 18, 2025

@swift-ci please smoke test

Copy link
Member

@etcwilde etcwilde left a comment

Choose a reason for hiding this comment

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

Changes to new build system look good to me.

@Azoy Azoy merged commit 25b10eb into swiftlang:main Mar 18, 2025
3 checks passed
@Azoy Azoy deleted the enumerated-collection branch March 18, 2025 16:24
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