-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Sema] [CSDiag] Fix incorrect diagnostic when using keypath with tuples #20495
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
Conversation
@swift-ci Please smoke test EDIT: Just realised only people with commit access can invoke swift-ci 😅 |
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.
LGTM
@theblixguy once you fix this small newline nit I mentioned, I'll run the CI for you. |
Done! @xedin |
@swift-ci please smoke test |
@xedin Seems like it can be merged now 🎉 |
@theblixguy Thank you! |
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.
Thanks for doing this!
This PR fixes an issue where an incorrect diagnostic would be emitted when using key path with tuples.
Resolves SR-9213.