Skip to content

Commit 60b7892

Browse files
committed
[WIP] try disabling -Ycheck-init on scalap/scodec
1 parent dc2b873 commit 60b7892

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ object projects:
275275
lazy val scalap = SbtCommunityProject(
276276
project = "scalap",
277277
sbtTestCommand = "scalap/compile",
278-
sbtDocCommand = "scalap/doc"
278+
sbtDocCommand = "scalap/doc",
279+
scalacOptions = Nil // disable -Ycheck-init
279280
)
280281

281282
lazy val betterfiles = SbtCommunityProject(
@@ -387,6 +388,7 @@ object projects:
387388
sbtTestCommand = "unitTests/test",
388389
// Adds <empty> package
389390
sbtDocCommand = "coreJVM/doc",
391+
scalacOptions = Nil, // disable -Ycheck-init
390392
dependencies = List(munit, scodecBits)
391393
)
392394

0 commit comments

Comments
 (0)