-
Notifications
You must be signed in to change notification settings - Fork 21
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
No member completions for existential types #12607
Comments
I'm confused. Something changed recently in kind-projector? |
I realised we were testing |
Okay. My impression is that the issue isn't severe enough to warrant withdrawing 2.12.16? Do you agree? We already have one regression that warrants building 2.12.17 on a short-ish timetable (2 months, maybe), so we already know that missing the 2.12.16 train doesn't mean an epically long delay. |
This syntax does not exist anymore in kind-projector, |
Well that explains it 😅 Thanks @smarter ! I went a totally different way delving into the presentation compiler 😅
I think this was a false alarm, sorry about that. It seems to work properly. |
Reproduction steps
Scala version: 2.12.16 (though with latest kind projector it fails also on earlier versions)
With kind projector plugin https://github.com/typelevel/kind-projector
Problem
When trying to get the type members of
baz[Either[Int, ?], String]
are getting empty results fromGlobal.completionsAt(pos)
with pos at @@It seems we get an existential type here:
Is this something that might be easily fixable, or would be quite involved?
The text was updated successfully, but these errors were encountered: