We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8818cc + 910ee8a commit 67e2b6aCopy full SHA for 67e2b6a
project/Build.scala
@@ -718,6 +718,9 @@ object Build {
718
TestFrameworks.JUnit,
719
"--exclude-categories=dotty.BootstrappedOnlyTests",
720
),
721
+ // increase stack size for non-bootstrapped compiler, because some code
722
+ // is only tail-recursive after bootstrap
723
+ javaOptions in Test += "-Xss2m"
724
)
725
726
lazy val bootstrapedDottyCompilerSettings = commonDottyCompilerSettings ++ Seq(
0 commit comments