We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88946d5 commit eba3214Copy full SHA for eba3214
src/dotty/tools/dotc/core/Phases.scala
@@ -70,7 +70,7 @@ object Phases {
70
* The list should never contain NoPhase.
71
* if squashing is enabled, phases in same subgroup will be squashed to single phase.
72
*/
73
- def usePhases(phasess: List[List[Phase]], squash: Boolean = false) = {
+ def usePhases(phasess: List[List[Phase]], squash: Boolean = true) = {
74
phases = (NoPhase :: phasess.flatten ::: new TerminalPhase :: Nil).toArray
75
nextDenotTransformerId = new Array[Int](phases.length)
76
denotTransformers = new Array[DenotTransformer](phases.length)
0 commit comments