Skip to content

Fix #7877: Refine instantiation criterion before implicit search #7907

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 4 commits into from
Jan 7, 2020

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Jan 6, 2020

Refine criterion when to instantiate before implicit search. Don't
instantiate typevars that are completely unconstrained. Rely instead
on resolving these typevars by the implicit search.

Instead of doing two traversals, keep type variables that need maximization
in a list.
Refine criterion when to instantiate before implicit search. Don'
instantiate typevars that are completely unconstrained. Rely instead
on resolving these typevars by the implicit search.
@smarter smarter merged commit 21a5608 into scala:master Jan 7, 2020
@smarter smarter deleted the fix-#7877 branch January 7, 2020 18:38
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