Skip to content

Conversation

@armanbilge
Copy link
Contributor

No description provided.

lazy val catsEffect3 = SbtCommunityProject(
project = "cats-effect-3",
sbtTestCommand = "ciJVM",
sbtTestCommand = "ciJVM; ciJS",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To help prevent JS-specific regressions e.g. #15494.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's see how much slowdown this causes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh, we can't even run these for annoying reasons (namely: an npm dependency). I don't think there's a clean workaround unless the idea in scala-js/scala-js-js-envs#20 (comment) lands which would allow us to drop the npm dep.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sbtTestCommand = "ciJVM; ciJS",
sbtTestCommand = "ciJVM",

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""",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We slimmed down the http4s repo (it was previously a monorepo). So we should no longer need to pick-and-choose specific modules.

@armanbilge armanbilge changed the title Tweak CE3 and Http4s in the CB Tweak Http4s in the CB Jul 28, 2022
Copy link
Member

@ckipp01 ckipp01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the simplification @armanbilge! LGTM

@ckipp01 ckipp01 merged commit 1a591c4 into scala:main Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants