Skip to content

Commit db19f60

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

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
@@ -312,7 +312,8 @@ object projects:
312312
lazy val shapeless = SbtCommunityProject(
313313
project = "shapeless",
314314
sbtTestCommand = "test",
315-
sbtDocCommand = forceDoc("typeable", "deriving", "data")
315+
sbtDocCommand = forceDoc("typeable", "deriving", "data"),
316+
scalacOptions = Nil // disable -Ycheck-init, due to -Xfatal-warnings
316317
)
317318

318319
lazy val xmlInterpolator = SbtCommunityProject(
@@ -472,7 +473,7 @@ object projects:
472473
sbtTestCommand = "test",
473474
sbtPublishCommand = "coreJVM/publishLocal;coreJS/publishLocal",
474475
dependencies = List(discipline),
475-
scalacOptions = Nil // disabble -Ycheck-init
476+
scalacOptions = Nil // disable -Ycheck-init
476477
)
477478

478479
lazy val simulacrumScalafixAnnotations = SbtCommunityProject(

0 commit comments

Comments
 (0)