We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dab02ed + a0fa88c commit 0caf45eCopy full SHA for 0caf45e
compiler/src/dotty/tools/dotc/consumetasty/ConsumeTasty.scala
@@ -18,7 +18,7 @@ object ConsumeTasty {
18
19
val currentClasspath = QuoteDriver.currentClasspath
20
import java.io.File.{ pathSeparator => sep }
21
- val args = "-from-tasty" +: "-classpath" +: s"$classpath$sep$currentClasspath" +: classes
+ val args = "-from-tasty" :: "-Yretain-trees" :: "-classpath" :: s"$classpath$sep$currentClasspath" :: classes
22
(new Consume).process(args.toArray)
23
}
24
0 commit comments