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

Replace use of Stream.eval(...).flatten with Stream.force #913

Merged
merged 1 commit into from
May 6, 2020

Conversation

cb372
Copy link
Member

@cb372 cb372 commented May 5, 2020

What this does?

Just a small refactoring. I didn't know about the force function until now.

Checklist

  • Reviewed the diff to look for typos, println and format errors.
  • Updated the docs accordingly.

@codecov
Copy link

codecov bot commented May 5, 2020

Codecov Report

Merging #913 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #913   +/-   ##
=======================================
  Coverage   88.58%   88.58%           
=======================================
  Files          58       58           
  Lines         832      832           
  Branches        3        3           
=======================================
  Hits          737      737           
  Misses         95       95           
Impacted Files Coverage Δ
...kindness/mu/rpc/internal/server/fs2/handlers.scala 88.88% <ø> (ø)

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 fbe64c3...99ffa1a. Read the comment docs.

Copy link
Contributor

@fedefernandez fedefernandez left a comment

Choose a reason for hiding this comment

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

cool

@cb372 cb372 merged commit c64962c into master May 6, 2020
@cb372 cb372 deleted the use-the-force-luke branch May 6, 2020 09:36
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