Skip to content

Commit 13f2fe4

Browse files
committed
Update comment
1 parent fdec7ad commit 13f2fe4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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").

sbt-dotty/sbt-test/sbt-dotty/quoted-example-project/test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
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

0 commit comments

Comments
 (0)