Skip to content

[6.0][CSSimplify] Mark all type variables in member type as holes if base is a hole #72394

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
Mar 19, 2024

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Mar 18, 2024

Cherry-pick of #72353

  • Explanation:

Even if the member type variable is partially resolved, we still need to mark inner type variables
(if any) as holes because they might not be connected to anything that could provide contextual type(s).

Resolves: rdar://124549952
(cherry picked from commit b6ba3fe)

…is a hole

Even if the member type variable is partially resolved, we still need
to mark inner type variables (if any) as holes because they might not
be connected to anything that could provide contextual type(s).

Resolves: rdar://124549952
(cherry picked from commit b6ba3fe)
@xedin xedin added 🍒 release cherry pick Flag: Release branch cherry picks swift 6.0 labels Mar 18, 2024
@xedin xedin requested a review from hborla March 18, 2024 16:38
@xedin xedin requested a review from a team as a code owner March 18, 2024 16:38
@xedin
Copy link
Contributor Author

xedin commented Mar 18, 2024

@swift-ci please test

@xedin xedin merged commit b0439a7 into swiftlang:release/6.0 Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks swift 6.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants