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

Fix Order.max and Oder.min description comments #2842

Merged
merged 1 commit into from
May 25, 2019

Conversation

orvi
Copy link
Contributor

@orvi orvi commented May 11, 2019

Changed description to better fit their implementation:

  • max is using gt which is: > and not >=
  • min is using lt which is: < and not <=

Changed description to better fit their implentation
@codecov-io
Copy link

codecov-io commented May 11, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2842   +/-   ##
=======================================
  Coverage   94.21%   94.21%           
=======================================
  Files         368      368           
  Lines        6944     6944           
  Branches      301      301           
=======================================
  Hits         6542     6542           
  Misses        402      402
Impacted Files Coverage Δ
kernel/src/main/scala/cats/kernel/Order.scala 90.9% <ø> (ø) ⬆️

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 912a14a...a5aadef. Read the comment docs.

Copy link
Contributor

@kailuowang kailuowang left a comment

Choose a reason for hiding this comment

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

good catch! thanks very much!

@rossabaker rossabaker merged commit 83727af into typelevel:master May 25, 2019
rossabaker pushed a commit to rossabaker/cats that referenced this pull request May 26, 2019
Changed description to better fit their implentation
rossabaker added a commit that referenced this pull request Jun 3, 2019
* Change MonadErrorOps#reject so it no longer runs effects twice (#2810)

* Add regression test for MonadErrorOps bug

* Change MonadErrorOps#reject so it no longer re-runs the effect it is called on. Fixes #2809

* Fix Order.max and Oder.min description comments (#2842)

Changed description to better fit their implentation

* Make WrappedMutableMapBase extend Serializable (#2784)

We are running into Spark `Task not serializable` issues when a closure
that executes on a Spark executor node involves a `Map` that is created
via running `foldMap` on a `List`. This commit makes the
`WrappedMutableMap` hierarchy extend `Serializable` and chex that the
cerealization works (this test failed before extending `Serializable`).

* Optimize productR in Apply (#2728)
@kailuowang kailuowang added this to the 2.0.0-M2 milestone Jun 4, 2019
@kailuowang kailuowang modified the milestones: 2.0.0-M2, 2.0.0-M3 Jun 4, 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.

4 participants