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.
scalac
scala3-bootrapped-new
1 parent 71fcd1a commit d7994edCopy full SHA for d7994ed
project/Build.scala
@@ -1522,7 +1522,7 @@ object Build {
1522
val wrappedArgs = if (printTasty) args else insertClasspathInArgs(args, extraClasspath.mkString(File.pathSeparator))
1523
val fullArgs = main :: (defaultOutputDirectory ::: wrappedArgs).map("\""+ _ + "\"").map(_.replace("\\", "\\\\"))
1524
1525
- (Compile / runMain).toTask(fullArgs.mkString(" ", " ", ""))
+ (`scala3-compiler-bootstrapped-new` / Compile / runMain).toTask(fullArgs.mkString(" ", " ", ""))
1526
}.evaluated,
1527
testCompilation := Def.inputTaskDyn {
1528
val args = spaceDelimited("<arg>").parsed
0 commit comments