Compilation hang at CheckUnused
on Mill repo after updating to Scala 3.7.0-RC1 when -Wunused:all
is enabled
#22829
Labels
Compiler version
3.7.0
Minimized code
Output (click arrow to expand)
The
jstack
trace indicates that the compiler is stuck somewhere insideCheckUnused
Here's the JProfiler trace shoing all the time going into
CheckUnused
, and what gets called within it:And the JProfiler hotspot reverse-trace
Removing the
-Wunused:all
flag seems to make the hang go awayThe text was updated successfully, but these errors were encountered: