Skip to content

Enforce that checkConformance() is not called with interface types #70990

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 3 commits into from
Jan 19, 2024

Conversation

slavapestov
Copy link
Contributor

Follow-up to #70968.

After all the cleanups, here it is: we can now completely ban interface types in checkConformance(). The behavior with conditional conformances was confusing because we would return false if any conditional requirements involved these type parameters. The correct fix is to use lookupConformance() or first call mapTypeIntoContext() or apply a substitution map.

@slavapestov
Copy link
Contributor Author

@swift-ci Please test source compatibility.

@slavapestov
Copy link
Contributor Author

@swift-ci Please test source compatibility

@slavapestov
Copy link
Contributor Author

@swift-ci Please smoke test

@slavapestov
Copy link
Contributor Author

The Result failure in source compat is not related to this PR.

@slavapestov slavapestov merged commit f709192 into swiftlang:main Jan 19, 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