Skip to content

[SE-0407] Add missingConformancesTo argument to MemberMacro expansion operation #2164

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

DougGregor
Copy link
Member

Stage in an entrypoint for member macros that allows them to learn about which conformances that they've asked about are "missing", meaning that they are not present on the type (ignoring those that would be generated by an extension macro). This information is equivalent to the information provided to extension macros, although the member macro itself cannot create the conformance.

… operation

Stage in an entrypoint for member macros that allows them to learn
about which conformances that they've asked about are "missing",
meaning that they are not present on the type (ignoring those that
would be generated by an extension macro). This information is
equivalent to the information provided to extension macros, although
the member macro itself cannot create the conformance.
@DougGregor DougGregor requested a review from ahoppen as a code owner September 7, 2023 15:52
@DougGregor
Copy link
Member Author

@swift-ci please test

@DougGregor DougGregor merged commit fbf3222 into swiftlang:release/5.9 Sep 7, 2023
@DougGregor DougGregor deleted the member-macro-conformances-5.9 branch September 7, 2023 18:24
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.

1 participant