Skip to content

Commit defaffb

Browse files
committed
Revert changes to shapeless
To avoid unnecessary conflicts, we disable -Ycheck-init on shapeless.
1 parent 3f16257 commit defaffb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,8 @@ object projects:
377377
lazy val shapeless = SbtCommunityProject(
378378
project = "shapeless",
379379
sbtTestCommand = "test",
380-
sbtDocCommand = forceDoc("typeable", "deriving", "data")
380+
sbtDocCommand = forceDoc("typeable", "deriving", "data"),
381+
scalacOptions = Nil // disable -Ycheck-init, due to -Xfatal-warnings
381382
)
382383

383384
lazy val xmlInterpolator = SbtCommunityProject(
@@ -537,7 +538,7 @@ object projects:
537538
sbtTestCommand = "test",
538539
sbtPublishCommand = "coreJVM/publishLocal;coreJS/publishLocal",
539540
dependencies = List(discipline),
540-
scalacOptions = Nil // disabble -Ycheck-init
541+
scalacOptions = Nil // disable -Ycheck-init
541542
)
542543

543544
lazy val simulacrumScalafixAnnotations = SbtCommunityProject(

0 commit comments

Comments
 (0)