Skip to content

Break ambiguity for types conforming to both UEC and SVEC #72800

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 2 commits into from
Apr 3, 2024

Conversation

stephentyrone
Copy link
Contributor

If an encoding container conforms to both UEC and SVEC and does not itself implement support for [U]Int128, there is an ambiguity between the two default implementations. Add additional defaults defined on the intersection of the protocols to resolve this.

resolves: rdar://125823980

If an encoding container conforms to _both_ UEC and SVEC and does not
itself implement support for [U]Int128, there is an ambiguity between
the two default implementations. Add additional defaults defined on
the intersection of the protocols to resolve this.
@stephentyrone stephentyrone requested a review from a team as a code owner April 3, 2024 15:24
@stephentyrone
Copy link
Contributor Author

@swift-ci smoke test

@stephentyrone
Copy link
Contributor Author

@swift-ci test source compatibility

@stephentyrone
Copy link
Contributor Author

@swift-ci smoke test

@stephentyrone stephentyrone merged commit cbf9cb2 into main Apr 3, 2024
@stephentyrone stephentyrone deleted the a-a-a-ambiguity-breaker branch April 3, 2024 20:53
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.

1 participant