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 &> and <& as syntax for Parallel #2038

Merged
merged 2 commits into from
Nov 25, 2017

Conversation

LukaJCB
Copy link
Member

@LukaJCB LukaJCB commented Nov 24, 2017

Should fix #2015. I chose &> and <& seemingly at random. I wanted to use !> before, but it appears that's illegal, as it's XML or something. If someone has better names for these operations, I'd be glad to hear! :)

@kailuowang kailuowang added this to the 1.0.0 milestone Nov 24, 2017
kailuowang
kailuowang previously approved these changes Nov 24, 2017
@codecov-io
Copy link

codecov-io commented Nov 24, 2017

Codecov Report

Merging #2038 into master will decrease coverage by 0.09%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #2038     +/-   ##
=========================================
- Coverage   95.25%   95.15%   -0.1%     
=========================================
  Files         305      305             
  Lines        5179     5184      +5     
  Branches      127      125      -2     
=========================================
  Hits         4933     4933             
- Misses        246      251      +5
Impacted Files Coverage Δ
core/src/main/scala/cats/Parallel.scala 92% <0%> (-3.84%) ⬇️
core/src/main/scala/cats/syntax/parallel.scala 57.14% <0%> (-42.86%) ⬇️

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 9020258...46cc22b. Read the comment docs.

Copy link
Member

@tpolecat tpolecat left a comment

Choose a reason for hiding this comment

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

👍

@johnynek
Copy link
Contributor

👍

@kailuowang kailuowang merged commit 8cff547 into typelevel:master Nov 25, 2017
@LukaJCB LukaJCB deleted the add-parallel-syntax branch November 25, 2017 07:22
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.

Add a parallel *> and <*
6 participants