Skip to content

Fix #5666: Fix normalizing map when testing for seen pairs #5675

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
Jan 14, 2019

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Jan 4, 2019

When testing for seen pairs we subject both types to a "normalize" type map
that derefereces LayVals. This is tricky but necessary. But we should take
care that the map does not disturbe the types in any other way. In particular
it should not replace a TypeVar by its instance.

When testing for seen pairs we subject both types to a "normalize" type map
that derefereces LayVals. This is tricky but necessary. But we should take
care that the map does not disturbe the types in any other way. In particular
it should not replace a TypeVar by its instance.
@odersky odersky added the fasttrack Simple fix. Reviewer should merge or apply additional changes directly. label Jan 4, 2019
@odersky
Copy link
Contributor Author

odersky commented Jan 4, 2019

I verified that this passes now with the threshold set to 9.

@OlivierBlanvillain OlivierBlanvillain merged commit 0b5d67f into scala:master Jan 14, 2019
@allanrenucci allanrenucci deleted the fix-#5666 branch January 14, 2019 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fasttrack Simple fix. Reviewer should merge or apply additional changes directly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants