Skip to content

[ConstraintSystem] Teach partial application check about implicit con… #60837

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
Aug 30, 2022

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Aug 29, 2022

…versions

Implicit conversion used to erase path for contextual type conversions
but it does so no longer, this means that invalid partial application
check needs to know about existence of implicit conversions that are
not reflected in the AST until solution is applied.

Resolves: rdar://99282932

@xedin xedin requested a review from hborla August 29, 2022 21:47
@xedin
Copy link
Contributor Author

xedin commented Aug 29, 2022

@swift-ci please test

@xedin xedin changed the title [ConstraintSystem] Check partial application check about implicit con… [ConstraintSystem] Teach partial application check about implicit con… Aug 29, 2022
…versions

Implicit conversion used to erase path for contextual type conversions
but it does so no longer, this means that invalid partial application
check needs to know about existence of implicit conversions that are
not reflected in the AST until solution is applied.

Resolves: rdar://99282932
@xedin
Copy link
Contributor Author

xedin commented Aug 29, 2022

@swift-ci please test

@xedin xedin merged commit 506cccc into swiftlang:main Aug 30, 2022
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