You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also getting the same compiler error from time to time in a single project, after updating a source file containing inlines, when dotty tries to partially recompile the project. Running a clean in sbt in the project to force a full recompile, solves the problem in this situation.
The crash is in ExtractAPI, when not running in sbt that phase isn't run by default, but you can enable it with -Yforce-sbt-phases, that should help reproduce the problem.
Minimized code
Output
Compiler crash in Scala 3.0.0-M3 when trying to compile project B.
Expectation
No crash :-)
Notes
I would be thankful for a quick workaround. So far I haven't found one.
crashes also in project B. And so does exporting project A as library instead of depending on it via
dependsOn
in sbt.The text was updated successfully, but these errors were encountered: