-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Sema] Fix compiler error when extending a typealias of a partially specialized generic type #73169
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
base: main
Are you sure you want to change the base?
Conversation
@swift-ci please smoke test Linux |
i was curious to see how this was solved and guess I was overcomplicating the issue 😭 |
This is far from solved, FWIW 🙂. I only triggered the tests to encourage the author to iterate on failures before any feedback arrives. |
Is it possible to make this PR as a draft? |
I was converting to draft but Anthony was faster |
For posterity, the convert to draft button is at the bottom of the Reviewers section. |
deleted and pushed branch in order to trigger CI |
@AnthonyLatsis check this out |
merged main again, smoke test Linux was green already |
@AnthonyLatsis I see you have been quite busy with 6.1 these days. Could you review this? |
@swift-ci please smoke test macOS |
Will have a review ready by Monday. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall direction is looking great!
Please add regression tests with extensions for all the type alias examples from my comments as you go.
…red specialized nested types
@AnthonyLatsis |
@AnthonyLatsis reminder |
Resolves #68212.