File tree 2 files changed +3
-2
lines changed
sbt-dotty/sbt-test/sbt-dotty/quoted-example-project
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -762,8 +762,8 @@ object Build {
762
762
lazy val `dotty-staging` = project.in(file(" staging" )).
763
763
withCommonSettings(Bootstrapped ).
764
764
// 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.
767
767
dependsOn(dottyCompiler(Bootstrapped ) % " provided" ).
768
768
dependsOn(dottyCompiler(Bootstrapped ) % " compile->runtime" ).
769
769
dependsOn(dottyCompiler(Bootstrapped ) % " test->test" ).
Original file line number Diff line number Diff line change 2
2
> test
3
3
$ copy-file src/changes/Hello.scala src/main/scala/hello/Hello.scala
4
4
-> 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