From 89353e128ad4e56cb8d5705f5bd3c6bfabb43ecc Mon Sep 17 00:00:00 2001 From: Krzysztof Romanowski Date: Wed, 16 Dec 2020 15:54:48 +0100 Subject: [PATCH] Force full compilation in malformed-class-name-with-dollar --- .../source-dependencies/malformed-class-name-with-dollar/test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbt-dotty/sbt-test/source-dependencies/malformed-class-name-with-dollar/test b/sbt-dotty/sbt-test/source-dependencies/malformed-class-name-with-dollar/test index b0353a1a0cca..cf2dc1898f3e 100644 --- a/sbt-dotty/sbt-test/source-dependencies/malformed-class-name-with-dollar/test +++ b/sbt-dotty/sbt-test/source-dependencies/malformed-class-name-with-dollar/test @@ -1,3 +1,5 @@ > compile $ copy-file changes/A.scala A.scala +# It seems that https://github.com/lampepfl/dotty/pull/10784 break incremental compilation here +> clean > compile