-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[cxx-interop] Import complex inferred dependent return types #42411
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
[cxx-interop] Import complex inferred dependent return types #42411
Conversation
@swift-ci please smoke test. |
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.
Just a few comments.
94a781c
to
e2b69e4
Compare
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. Thank you!
@swift-ci please test. |
@zoecarver tested out your suggestions and left comments, for some reason the Linux smoke test hasn't run? |
@swift-ci test Linux |
@swift-ci test Windows |
e2b69e4
to
3810951
Compare
@swift-ci please test |
@swift-ci please test Windows |
19290b9
to
9f499c8
Compare
@swift-ci please test |
@zoecarver some weirdness going on with windows ?? |
@swift-ci please test windows |
I keep forgetting to look at the logs, sorry. |
This LGTM. As soon as the tests pass I'll merge it! |
@zoecarver thank you!! Any idea why this would fail on windows or how I can debug this??? |
9f499c8
to
2f8c32c
Compare
@swift-ci please test. |
Thanks, Caleb! Happy to finally get this landed. |
Thank you! |
Add support for importing Cxx methods that have inferred dependent return types to be the swift
Any
typeRelated to: SR-13809
@zoecarver @hyp