typelevel / algebra

Experimental project to lay out basic algebra type classes
https://typelevel.org/algebra/
Other
378 stars 69 forks source link

Scala 2.12: updated to cats 0.8.1 and shadowed its dependencies. #184

Closed denisrosset closed 7 years ago

denisrosset commented 7 years ago

Everything is basically in the title!

...except the Order that depends on the generation of A => A, which should be updated to use a Cogen[A].

tixxit commented 7 years ago

@denisrosset If we merge #182 first, then we won't have to worry about the Order test.

thomas-stripe commented 7 years ago

@denisrosset OK, #182 got merged, so we just use cats-kernel's OrderLaws. Want to merge master?

codecov-io commented 7 years ago

Current coverage is 67.89% (diff: 100%)

Merging #184 into master will not change coverage

@@             master       #184   diff @@
==========================================
  Files            36         36          
  Lines           757        757          
  Methods         703        703          
  Messages          0          0          
  Branches         54         54          
==========================================
  Hits            514        514          
  Misses          243        243          
  Partials          0          0          

Powered by Codecov. Last update c1198b5...fa04cc4

denisrosset commented 7 years ago

Merged and bug fixed.

johnynek commented 7 years ago

👍