Skip to content

Commit d525de3

Browse files
committed
Rename -Yfrom-tasty to -Ythrough-tasty
1 parent cf0212f commit d525de3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,8 @@ object Build {
630630
val dottyLib = packageAll.value("dotty-library")
631631
val args0: List[String] = spaceDelimited("<arg>").parsed.toList
632632
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")
633+
val debugFromTasty = args0.contains("-Ythrough-tasty")
634+
val args = args0.filter(arg => arg != "-repl" && arg != "-decompile" && arg != "-Ythrough-tasty")
635635

636636
val main =
637637
if (repl) "dotty.tools.repl.Main"

0 commit comments

Comments
 (0)