Skip to content

[Static Mirror] Extract names of external-type conformances #42400

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

Merged

Conversation

artemcm
Copy link
Contributor

@artemcm artemcm commented Apr 15, 2022

Covering two cases: external ObjC class extensions that add a conformances, and extensions of external Swift types that add a conformance. For both cases, we were not previously reading out the type name correctly, or at all.

Resolves rdar://91832735

@artemcm
Copy link
Contributor Author

artemcm commented Apr 15, 2022

@swift-ci please test

Copy link
Contributor

@mikeash mikeash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with one tiny comment.

@artemcm artemcm force-pushed the staticmirror/HandleExternalTypeConformances branch from 11241ca to b0ca36c Compare April 18, 2022 15:26
@artemcm
Copy link
Contributor Author

artemcm commented Apr 18, 2022

@swift-ci please test

Covering two cases: external ObjC class extensions that add a conformances, and extensions of external Swift types that add a conformance. For both cases, we were not previously reading out the type name correctly, or at all.

Resolves rdar://91832735
@artemcm artemcm force-pushed the staticmirror/HandleExternalTypeConformances branch from b0ca36c to 52353f8 Compare April 18, 2022 17:09
@artemcm
Copy link
Contributor Author

artemcm commented Apr 18, 2022

@swift-ci please test

@artemcm artemcm merged commit a802492 into swiftlang:main Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants