-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Compiler crash when attempt to write async unfold signature with incorrect number of parameters #12640
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
Labels
Comments
Note, that 'unfold(s1,f)' is incorrect. (shoulf be unfold(s1)(f), then not crashed) |
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
May 30, 2021
This gives a better diagnsosis for scala#12640.
With #12649 we see a bit more:
I suspect these crazily complex types arise from partial higher-kinded type inference, but can't dig further. Maybe @smarter or @milessabin have an idea what might go wrong here? |
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 7, 2022
Closes scala#9287 Closes scala#12640 Closes scala#12896
Merged
michelou
pushed a commit
to michelou/scala3
that referenced
this issue
Apr 25, 2022
Closes scala#9287 Closes scala#12640 Closes scala#12896
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
3.0.0
Minimized code
Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: