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

Avoid all evaluation of NonEmptyLazyList#reduceRightTo #3573

Merged
merged 1 commit into from
Aug 20, 2020

Conversation

takayahilton
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #3573 into master will decrease coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #3573      +/-   ##
==========================================
- Coverage   91.33%   91.30%   -0.04%     
==========================================
  Files         386      386              
  Lines        8612     8614       +2     
  Branches      240      251      +11     
==========================================
- Hits         7866     7865       -1     
- Misses        746      749       +3     

@@ -16,6 +16,8 @@ import cats.laws.discipline.arbitrary._
import cats.syntax.either._
import cats.syntax.foldable._
import cats.syntax.eq._
import cats.Reducible
import cats.Eval
Copy link
Contributor

Choose a reason for hiding this comment

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

Not important but I'm surprised the alphabetical order here isn't checked?

@travisbrown travisbrown merged commit 1e38457 into typelevel:master Aug 20, 2020
@travisbrown travisbrown added this to the 2.2.0-RC4 milestone Aug 20, 2020
@takayahilton takayahilton deleted the avoid-all-evaluation-nll branch August 20, 2020 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants