From 261b2e03d9224db5c0c7048fffe879b77933d3d7 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Thu, 28 Jul 2022 03:05:53 +0000 Subject: [PATCH 1/2] Tweak CE3 and Http4s in the CB --- community-build/src/scala/dotty/communitybuild/projects.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community-build/src/scala/dotty/communitybuild/projects.scala b/community-build/src/scala/dotty/communitybuild/projects.scala index 97b5fe15e971..e5067c74da1b 100644 --- a/community-build/src/scala/dotty/communitybuild/projects.scala +++ b/community-build/src/scala/dotty/communitybuild/projects.scala @@ -484,7 +484,7 @@ object projects: lazy val catsEffect3 = SbtCommunityProject( project = "cats-effect-3", - sbtTestCommand = "ciJVM", + sbtTestCommand = "ciJVM; ciJS", sbtPublishCommand = "publishLocal", sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc ;kernelJVM/doc", dependencies = List(cats, coop, disciplineSpecs2, scalacheck) @@ -752,7 +752,7 @@ object projects: lazy val http4s = SbtCommunityProject( project = "http4s", - sbtTestCommand = """set ThisBuild / tlFatalWarnings := false; server/test; client/test; ember-core/test; ember-server/test; ember-client/test; circe/test""", + sbtTestCommand = """set ThisBuild / tlFatalWarnings := false; rootJVM/test""", sbtPublishCommand = "publishLocal", scalacOptions = SbtCommunityProject.scalacOptions.filter(_ != "-Ysafe-init"), dependencies = List(cats, catsEffect3, fs2, disciplineMunit, scalacheckEffect) From c09e753f7a1e028ace16d470ae420c1ff23b3e43 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Thu, 28 Jul 2022 04:47:51 -0700 Subject: [PATCH 2/2] Still no JS tests for CE :( --- community-build/src/scala/dotty/communitybuild/projects.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-build/src/scala/dotty/communitybuild/projects.scala b/community-build/src/scala/dotty/communitybuild/projects.scala index e5067c74da1b..5f0302e8bdf8 100644 --- a/community-build/src/scala/dotty/communitybuild/projects.scala +++ b/community-build/src/scala/dotty/communitybuild/projects.scala @@ -484,7 +484,7 @@ object projects: lazy val catsEffect3 = SbtCommunityProject( project = "cats-effect-3", - sbtTestCommand = "ciJVM; ciJS", + sbtTestCommand = "ciJVM", sbtPublishCommand = "publishLocal", sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc ;kernelJVM/doc", dependencies = List(cats, coop, disciplineSpecs2, scalacheck)