Skip to content

[6.1] IRGen: OutliningCollector's bindPolymorphicParameters needs to disambiguate between Formal and Representational metadata types #78424

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

Conversation

aschwaighofer
Copy link
Contributor

Explaination: A recent change removed the usage of LocalTypeDataKind when populating the local type metadata cache. This change reintroduces it.

Scope: Whenever representational metadat types are called for a compiler crash could be the result.

Risk: Low. Should restore previous behavior when representational types are called for.

Original PR: #78423

rdar://141961121

…disambiguate between Formal and Representational metadata types

Explaination: A recent change removed the usage of LocalTypeDataKind when populating the local
type metadata cache. This change reintroduces it.

Scope: Whenever representational metadat types are called for a compiler crash
could be the result.

Risk: Low. Should restore previous behavior when representational
types are called for.

Original PR: swiftlang#78423

rdar://141961121
@aschwaighofer aschwaighofer requested a review from a team as a code owner January 3, 2025 17:21
@aschwaighofer
Copy link
Contributor Author

@swift-ci test

@aschwaighofer aschwaighofer merged commit 28d1cf9 into swiftlang:release/6.1 Jan 7, 2025
5 checks passed
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