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

Remove cats.instances from tests #3378

Merged
merged 2 commits into from
Apr 1, 2020

Conversation

travisbrown
Copy link
Contributor

This is something I kind of messed up in #3043. I'd originally removed (almost) all use of cats.instances in the tests by getting rid of both imports and the instance traits, but then a few weeks ago we merged #3304, which replaced the instance traits with imports, and I didn't include the import removal in the final rebase. That's what I get for having PRs open for six months. 😄

This isn't a big deal—it just means the tests need the change in this PR in order to actually exercise the implicit scope instances. There is one instance that's missing (Align for Stream), but I'll add that in a follow-up, to keep this PR tests-only.

Copy link
Member

@rossabaker rossabaker left a comment

Choose a reason for hiding this comment

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

Restarted the build that failed with our old friend 403. 👍 on green.

@travisbrown travisbrown merged commit 424569f into typelevel:master Apr 1, 2020
@travisbrown travisbrown added this to the 2.2.0-M2 milestone May 24, 2020
@travisbrown travisbrown added testing and removed build labels May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants