Skip to content
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

SI-8546 Pattern matcher analysis foiled by over-widening #3705

Closed
wants to merge 1 commit into from

Conversation

retronym
Copy link
Member

In the enclosed test, the prefix checkable type
ModuleTypeRef(F2.this, C) was being inadvertently widened to
ModuleTypeRef(F2[?], C). This started after some misguided
future-proofing in SI-6771 / 3009916.

This commit changes the dealiasWiden to a delias.

@retronym
Copy link
Member Author

Review by @adriaanm

@retronym retronym changed the title SI-8586 Pattern matcher analsis foiled by over-widening SI-8546 Pattern matcher analsis foiled by over-widening Apr 29, 2014
@retronym retronym changed the title SI-8546 Pattern matcher analsis foiled by over-widening SI-8546 Pattern matcher analysis foiled by over-widening Apr 29, 2014
In the enclosed test, the prefix checkable type
`ModuleTypeRef(F2.this, C)` was being inadvertently widened to
`ModuleTypeRef(F2[?], C)`. This started after some misguided
future-proofing in SI-6771 / 3009916.

This commit changes the `dealiasWiden` to a `delias`.
@adriaanm
Copy link
Contributor

LGTM modulo checkfile update

@retronym
Copy link
Member Author

retronym commented May 7, 2014

Will fix and resubmit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants