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

Topic/kernel big decimal #1319

Merged
merged 4 commits into from Aug 22, 2016
Merged

Topic/kernel big decimal #1319

merged 4 commits into from Aug 22, 2016

Conversation

non
Copy link
Contributor

@non non commented Aug 22, 2016

Add order and commutative group instances for BigDecimal.

This fixes #1295.

@kailuowang
Copy link
Contributor

kailuowang commented Aug 22, 2016

👍 LGTM, we, with another project, had some problem with BigDecimal precision handling in scala 2.10, but I think in this context, having an Arbitrary[Double] parse into an Arbitrary[BigDecimal] should be fine (if the build goes green 😉 ).

@codecov-io
Copy link

codecov-io commented Aug 22, 2016

Current coverage is 91.54% (diff: 100%)

Merging #1319 into master will increase coverage by 0.92%

@@             master      #1319   diff @@
==========================================
  Files           233        234     +1   
  Lines          3496       3572    +76   
  Methods        3442       3513    +71   
  Messages          0          0          
  Branches         54         59     +5   
==========================================
+ Hits           3168       3270   +102   
+ Misses          328        302    -26   
  Partials          0          0          

Sunburst

Powered by Codecov. Last update f8dfb42...a73bfa2

@johnynek
Copy link
Contributor

can you update this to 0.7.0 while we are at it?

https://github.com/typelevel/cats/blob/master/build.sbt#L210

@johnynek
Copy link
Contributor

👍

@non
Copy link
Contributor Author

non commented Aug 22, 2016

I'm going to merge with two sign-offs. Thanks everyone!

@non non merged commit 2f5f93a into typelevel:master Aug 22, 2016
@non non removed the in progress label Aug 22, 2016
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.

BigDecimal Order & CommutativeGroup instances Missing
5 participants