-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[Diagnostics][Sema] Error type derived conformances #32371
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
[Diagnostics][Sema] Error type derived conformances #32371
Conversation
1b0f510 to
d240a52
Compare
7b7d9d1 to
b7ab7da
Compare
|
I'm definitely not sure, since what we are doing here is just handle early a possible error type which is more general, and avoid re-validate a re-declaration which even with no error maybe makes sense :) |
1695d2e to
405120b
Compare
3ed07a4 to
3458548
Compare
AnthonyLatsis
left a comment
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.
Thank you for pursuing this, Luciano!
|
All adjusted @AnthonyLatsis :) |
|
Ping @CodaFi, Could you give a quick look at this? :) |
fb53bed to
344662e
Compare
344662e to
ade4536
Compare
…Enum to not record duplicated member and skip diagnostics on malformed types
ade4536 to
f94d394
Compare
Auditing for possible incorrect diagnostics that mention error types in some way found this
of derived conformances :)