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 cf0212f commit d525de3Copy full SHA for d525de3
project/Build.scala
@@ -630,8 +630,8 @@ object Build {
630
val dottyLib = packageAll.value("dotty-library")
631
val args0: List[String] = spaceDelimited("<arg>").parsed.toList
632
val decompile = args0.contains("-decompile")
633
- val debugFromTasty = args0.contains("-Yfrom-tasty")
634
- val args = args0.filter(arg => arg != "-repl" && arg != "-decompile" && arg != "-Yfrom-tasty")
+ val debugFromTasty = args0.contains("-Ythrough-tasty")
+ val args = args0.filter(arg => arg != "-repl" && arg != "-decompile" && arg != "-Ythrough-tasty")
635
636
val main =
637
if (repl) "dotty.tools.repl.Main"
0 commit comments