File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
sbt-dotty/sbt-test/sbt-dotty/quoted-example-project Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -762,8 +762,8 @@ object Build {
762762 lazy val `dotty-staging` = project.in(file(" staging" )).
763763 withCommonSettings(Bootstrapped ).
764764 // We want the compiler to be present in the compiler classpath when compiling this project but not
765- // when compiling a project that depends on dotty-staging (see ...), but we always need it to be present
766- // on the JVM classpath at runtime.
765+ // when compiling a project that depends on dotty-staging (see sbt-dotty/sbt-test/sbt-dotty/quoted-example-project),
766+ // but we always need it to be present on the JVM classpath at runtime.
767767 dependsOn(dottyCompiler(Bootstrapped ) % " provided" ).
768768 dependsOn(dottyCompiler(Bootstrapped ) % " compile->runtime" ).
769769 dependsOn(dottyCompiler(Bootstrapped ) % " test->test" ).
Original file line number Diff line number Diff line change 22> test
33$ copy-file src/changes/Hello.scala src/main/scala/hello/Hello.scala
44-> compile
5+ # it should not compile because the compiler should not be on the compiler classpath when depending on dotty-staging
You can’t perform that action at this time.
0 commit comments