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

Don’t serialize objcImpl members #76191

Closed
wants to merge 1 commit into from

Conversation

beccadax
Copy link
Contributor

@beccadax beccadax commented Aug 31, 2024

Avoids failures where an imported member implementation is mistaken for a regular member, creating new ambiguities.

Fixes rdar://134736899.

WIP: Needs a test.

Avoids failures where an imported member implementation is mistaken for a regular member, creating new ambiguities.

Fixes rdar://134736899.
@beccadax beccadax marked this pull request as ready for review September 3, 2024 23:19
@beccadax
Copy link
Contributor Author

beccadax commented Sep 3, 2024

@swift-ci please test

@beccadax beccadax changed the title [WIP] Don’t serialize objcImpl members Don’t serialize objcImpl members Sep 3, 2024
Copy link
Contributor

@nkcsgexi nkcsgexi left a comment

Choose a reason for hiding this comment

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

This change makes sense to me!

@beccadax
Copy link
Contributor Author

beccadax commented Sep 5, 2024

Dropping this fix. It breaks indexing for objcImpl, and #76270 is a more thorough fix for the problems it was trying to solve.

@beccadax beccadax closed this Sep 5, 2024
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.

3 participants