Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak Http4s in the CB #15773

Merged
merged 2 commits into from
Jul 28, 2022
Merged

Conversation

armanbilge
Copy link
Contributor

No description provided.

@@ -484,7 +484,7 @@ object projects:

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",

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