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

Add parTraverse_ and parSequence_ syntax #2341 #2351

Merged
merged 4 commits into from
Aug 4, 2018

Conversation

denisrosca
Copy link
Contributor

Closes #2341

@codecov-io
Copy link

codecov-io commented Jul 31, 2018

Codecov Report

Merging #2351 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2351      +/-   ##
==========================================
+ Coverage   95.09%   95.09%   +<.01%     
==========================================
  Files         345      345              
  Lines        5991     5995       +4     
  Branches      219      219              
==========================================
+ Hits         5697     5701       +4     
  Misses        294      294
Impacted Files Coverage Δ
testkit/src/main/scala/cats/tests/CatsSuite.scala 70% <ø> (ø) ⬆️
core/src/main/scala/cats/syntax/parallel.scala 80% <100%> (+7.27%) ⬆️

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 7573e7a...d1131e6. Read the comment docs.

Copy link
Member

@LukaJCB LukaJCB left a comment

Choose a reason for hiding this comment

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

Looks good, thanks! :)

@@ -40,6 +54,12 @@ final class ParallelSequenceOps[T[_], M[_], A](val tma: T[M[A]]) extends AnyVal
Parallel.parSequence(tma)
}

final class ParallelSequence_Ops[T[_], M[_], A](val tma: T[M[A]]) extends AnyVal {
Copy link
Contributor

Choose a reason for hiding this comment

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

Totally nitpicking, the _ in the class name is a bit unconventional in this code base. Normally it wouldn't be a big deal, we could always change it after, but we can't really in cats....

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I kind of agree, but couldn't come up with a better name. Any suggestions?

Copy link
Contributor

Choose a reason for hiding this comment

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

My apologies, didn't realize it's coming from the method name.

@kailuowang kailuowang merged commit 9a59eb6 into typelevel:master Aug 4, 2018
@kailuowang kailuowang added this to the 1.3 milestone Aug 16, 2018
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.

4 participants