-
Notifications
You must be signed in to change notification settings - Fork 63
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
Migrate to cats 1.0.0-RC1 #15
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15 +/- ##
==========================================
+ Coverage 95.14% 95.17% +0.02%
==========================================
Files 57 55 -2
Lines 515 518 +3
Branches 2 3 +1
==========================================
+ Hits 490 493 +3
Misses 25 25
Continue to review full report at Codecov.
|
- Remove TraverseEmpty instance for Map (cats core no longer provides a Traverse instance for Map as it is unlawful) - Add FunctorEmpty instance for Map - Add TraverseEmpty instance for SortedMap - Replace usage of deprecated Kleisli.transform with Kleisli.mapK - Remove usages of deprecated cartesian syntax
Can anyone help me understand why the build failed? |
thanks very much @denisrosca! LGTM, we are in the processing of establishing the maintainer team for cats-mtl. After that we shall be able to merge this one. |
Remove TraverseEmpty instance for Map (cats core no longer provides a
Traverse instance for Map as it is unlawful)
Add FunctorEmpty instance for Map
Add TraverseEmpty instance for SortedMap
Replace usage of deprecated Kleisli.transform with Kleisli.mapK
Remove usages of deprecated cartesian syntax