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

Simplify bindUntilTrue, evalFilter #644

Merged
merged 2 commits into from
Jul 1, 2019

Conversation

kubukoz
Copy link
Contributor

@kubukoz kubukoz commented Jun 30, 2019

In Soviet Russia, @scala-steward gets pull requests from you!

@codecov
Copy link

codecov bot commented Jun 30, 2019

Codecov Report

Merging #644 into master will decrease coverage by 0.09%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #644     +/-   ##
=========================================
- Coverage   60.25%   60.15%   -0.1%     
=========================================
  Files          66       66             
  Lines         878      876      -2     
  Branches       17       17             
=========================================
- Hits          529      527      -2     
  Misses        349      349
Impacted Files Coverage Δ
...ain/scala/org/scalasteward/core/util/package.scala 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4880dd8...812a731. Read the comment docs.

loop(gfb.toList)
}
def bindUntilTrue[G[_]: Foldable, F[_]: Monad](gfb: G[F[Boolean]]): F[Boolean] =
gfb.existsM(identity)
Copy link
Member

Choose a reason for hiding this comment

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

Nice! 👍

Copy link
Member

@fthomas fthomas left a comment

Choose a reason for hiding this comment

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

Many thanks, @kubukoz!

@fthomas fthomas merged commit b9aa64b into scala-steward-org:master Jul 1, 2019
@fthomas fthomas added this to the 0.3.0 milestone Jul 1, 2019
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.

2 participants