Skip to content

Stop using _openExistential #1875

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
Jul 3, 2023
Merged

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Jul 3, 2023

SE-0352 Implicitly Opened Existential is supported widely enough.

private func expandAccessorMacro(attribute: AttributeSyntax, attachedTo: DeclSyntax) -> AccessorListSyntax {
fatalError("unimplemented")
}

Copy link
Member Author

@rintaro rintaro Jul 3, 2023

Choose a reason for hiding this comment

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

This part was added by accident when I copied MacroSystem in #1858

@@ -493,27 +470,6 @@ extension MacroApplication {
)
}

private func expandMemberAttribute(
Copy link
Member Author

Choose a reason for hiding this comment

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

This function was not used.

@rintaro
Copy link
Member Author

rintaro commented Jul 3, 2023

@swift-ci Please test

@rintaro rintaro requested a review from bnbarham July 3, 2023 18:17
@rintaro rintaro force-pushed the macros-openexistential branch from 2b845dc to 9a4a78a Compare July 3, 2023 19:25
@rintaro
Copy link
Member Author

rintaro commented Jul 3, 2023

@swift-ci Please test

@rintaro
Copy link
Member Author

rintaro commented Jul 3, 2023

@swift-ci Please test Windows

@rintaro rintaro merged commit 1561a9e into swiftlang:main Jul 3, 2023
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