Skip to content
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

[Demangle-to-type] Properly match extensions of conditionally-copyable types #72433

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

DougGregor
Copy link
Member

We weren't dealing with the case where an extension in a different module from the type uses an extension mangling with no generic signature.

Fixes rdar://125015930.

…e types

We weren't dealing with the case where an extension in a different module
from the type uses an extension mangling with no generic signature.

Fixes rdar://125015930.
@DougGregor
Copy link
Member Author

@swift-ci please smoke test

@DougGregor
Copy link
Member Author

@swift-ci please test source compatibility

@DougGregor
Copy link
Member Author

I've confirmed that this PR addresses all of the type reconstruction errors in the source compatibility suite.

@DougGregor DougGregor merged commit b10d97d into swiftlang:main Mar 20, 2024
3 of 5 checks passed
@DougGregor DougGregor deleted the demangle-noncopyable-ext branch March 20, 2024 00:11
@DougGregor
Copy link
Member Author

I lied! swift-futures seems to have one more type reconstruction failure. I'll follow up with another PR to address it

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