Skip to content

[Macros] Always consider pre-macro-expansion conformances as subsumed by other conformance entry kinds, before considering availability. #67882

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
merged 1 commit into from
Aug 11, 2023

Conversation

hborla
Copy link
Member

@hborla hborla commented Aug 11, 2023

Otherwise, if an explicit conformance (in a macro expansion buffer) is less available than the pre-expansion conformance (which doesn't have any representation of its availability), we'll pick the placeholder conformance and later on drop the conformance on the floor in serialization or SILGen because the placeholder conformance is (deliberately) not complete.

Resolves rdar://113569289

other conformance entry kinds, before considering availability.
@hborla hborla requested a review from slavapestov as a code owner August 11, 2023 01:26
@hborla
Copy link
Member Author

hborla commented Aug 11, 2023

@swift-ci please smoke test

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