-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Generalize extra inhabitants of tuples. #19340
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
Generalize extra inhabitants of tuples. #19340
Conversation
@swift-ci Please test |
Build failed |
Build failed |
@swift-ci Please clean test |
Build failed |
Build failed |
72ae0aa
to
592250f
Compare
@swift-ci Please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
592250f
to
c653215
Compare
@swift-ci Please test |
Build failed |
Build failed |
Like we did for structs, make it so that tuple types can also get extra inhabitants from whichever element with the most, not only the first. This lets us move all of the extra inhabitant handling functionality between structs and tuples in IRGen up to the common RecordTypeInfo CRTP base.
c653215
to
93d8599
Compare
@swift-ci Please test |
Build failed |
Build failed |
Like we did for structs, make it so that tuple types can also get extra inhabitants from whichever element with the most, not only the first. This lets us move all of the extra inhabitant handling functionality between structs and tuples in IRGen up to the common RecordTypeInfo CRTP base.