Skip to content

[ConstraintSystem] Minor tweak to short-circuiting logic in solver. #18240

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 26, 2018
Merged

[ConstraintSystem] Minor tweak to short-circuiting logic in solver. #18240

merged 1 commit into from
Jul 26, 2018

Conversation

rudkx
Copy link
Contributor

@rudkx rudkx commented Jul 26, 2018

Rather than avoiding short-circuiting if we've selected any
unavailable overload or applied any fixes as part of the previously
found solution, only avoid short-circuiting if selecting those
overloads or applying those fixes was a direct result of the
disjunction choice we were visiting in the previously found solution.

Rather than avoiding short-circuiting if we've selected any
unavailable overload or applied any fixes as part of the previously
found solution, only avoid short-circuiting if selecting those
overloads or applying those fixes was a direct result of the
disjunction choice we were visiting in the previously found solution.
@rudkx
Copy link
Contributor Author

rudkx commented Jul 26, 2018

@swift-ci Please test

@rudkx
Copy link
Contributor Author

rudkx commented Jul 26, 2018

@swift-ci Please test source compatibility

@rudkx rudkx merged commit 90ca430 into swiftlang:master Jul 26, 2018
@rudkx rudkx deleted the tweak-short-circuit branch July 26, 2018 04:42
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