Skip to content

Sema: Fix checkTypeWitness() for Objective-C protocol compositions #71865

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
Feb 24, 2024

Conversation

slavapestov
Copy link
Contributor

I forgot that a protocol composition (C & P) can satisfy a superclass requirement [T : D] in one narrow case implemented in TypeBase::isExactSuperclassOf():

  • D is a superclass of C
  • P is an @objc protocol
  • C is declared in Objective-C

This case was ruled out here because the code assumed the type witness had to be a concrete class or archetype to satisfy a superclass requirement.

Fixes rdar://problem/123543200.

@slavapestov
Copy link
Contributor Author

@swift-ci Please smoke test

@slavapestov
Copy link
Contributor Author

@swift-ci Please test source compatibility

I forgot that a protocol composition (C & P) can satisfy a superclass
requirement [T : D] in one narrow case implemented in
TypeBase::isExactSuperclassOf():

- D is a superclass of C
- P is an @objc protocol
- C is declared in Objective-C

This case was ruled out here because the code assumed the type witness
had to be a concrete class or archetype to satisfy a superclass
requirement.

Fixes rdar://problem/123543200.
@slavapestov
Copy link
Contributor Author

@swift-ci Please smoke test

@slavapestov
Copy link
Contributor Author

@swift-ci Please test Windows

@slavapestov slavapestov merged commit bf2a77e into swiftlang:main Feb 24, 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.

1 participant