-
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
Crash while compiling code #19852
Comments
Randomly commenting lines to see when it starts failing normally, it appears the problem is related to this.
It looks like some combination of algebraic types and mismatched arguments is breaking it. To be clear, the above code should not compile, but I should get error messages pointing to the lines with the errors rather than an sbt stack trace. |
After fixing some of those errors, I found that I was also getting
where the only definition of |
Not sure, but #19789 might be related - |
We need to minimize this to an example which doesn't depend on Akka to start working on this. |
Compiler version
3.3.1
Minimized code
The code is about 55 proprietary files, using akka actors and kafka libraries, among other things. It mostly uses scala 3 syntax.
Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: