Skip to content

Commit fd64345

Browse files
committed
Enable -Yflexify-tasty for select projects
scalatest, scalatestplusTestNG
1 parent ea86d08 commit fd64345

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ object projects:
278278
// Problem parsing scalatest.dotty/target/scala-3.0.0-M2/src_managed/main/org/scalatest/concurrent/ConductorFixture.scala:[602..624..3843], documentation may not be generated.
279279
// dotty.tools.dotc.core.MissingType:
280280
dependencies = List(scalaXml),
281+
scalacOptions = SbtCommunityProject.scalacOptions ++ List("-Yflexify-tasty"),
281282
testOnlyDependencies = () => List(scalatestplusJunit, scalatestplusTestNG)
282283
)
283284

@@ -300,6 +301,7 @@ object projects:
300301
project = "scalatestplus-testng",
301302
sbtTestCommand = "test",
302303
sbtPublishCommand = "publishLocal",
304+
scalacOptions = SbtCommunityProject.scalacOptions ++ List("-Yflexify-tasty"),
303305
dependencies = List(scalatest)
304306
)
305307

0 commit comments

Comments
 (0)