-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Compiler crash when importing coursierapi StringUtil
#20405
Comments
StringUtil
We'll need to minimize this to an example without the external dependency. |
I'm not sure where is the root cause. But I have tried on 2.13.14, it has same problem. |
copy the method body? |
After coping It seems not only method body which makes compiler crashed. |
That maybe related jar reading |
It might, although the crash happens somewhere in the typer... 🤔 |
The error message from Scala 2 (which also crashes) is maybe more useful
It's a broken assumption in the classfile. Maybe there's something special in the build of the referenced dependencies (i see |
Compiler version
Scala 3.4.2, JVM (17)
Minimized code
Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: