Skip to content

[ConstraintSystem] Teach init ref validation about implicit conversions #60883

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 2 commits into from
Sep 1, 2022

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Aug 31, 2022

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

Resolves: rdar://99352676

xedin added 2 commits August 31, 2022 12:12
…ions

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

Resolves: rdar://99352676
@xedin xedin requested a review from hborla August 31, 2022 19:26
@xedin
Copy link
Contributor Author

xedin commented Aug 31, 2022

@swift-ci please test

@xedin xedin merged commit b2233ee into swiftlang:main Sep 1, 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