Skip to content

[Constraint solver] Update type map code for recursion through salvag… #10119

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
Jul 9, 2017
Merged

[Constraint solver] Update type map code for recursion through salvag… #10119

merged 1 commit into from
Jul 9, 2017

Conversation

rudkx
Copy link
Contributor

@rudkx rudkx commented Jun 5, 2017

…e().

When we track which expressions we're already in the middle of type
checking, we need to ensure that we also track the constraint system
which has the types for that expression, and then transfer those types
into our current expression so that we do not fail to look them up.

…e().

When we track which expressions we're already in the middle of type
checking, we need to ensure that we also track the constraint system
which has the types for that expression, and then transfer those types
into our current constraint system so that we do not fail to look them up.
@rudkx
Copy link
Contributor Author

rudkx commented Jul 9, 2017

@swift-ci Please smoke test

@rudkx rudkx merged commit a52b4d9 into swiftlang:master Jul 9, 2017
@rudkx rudkx deleted the enable-type-map branch July 9, 2017 20:08
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