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

Migrate to cats 1.0.0-RC1 #15

Merged
merged 5 commits into from
Nov 7, 2017
Merged

Migrate to cats 1.0.0-RC1 #15

merged 5 commits into from
Nov 7, 2017

Conversation

denisrosca
Copy link
Contributor

  • 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

@codecov-io
Copy link

codecov-io commented Nov 1, 2017

Codecov Report

Merging #15 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
...c/main/scala/cats/mtl/laws/TraverseEmptyLaws.scala 100% <ø> (ø) ⬆️
...src/main/scala/cats/mtl/laws/FunctorTellLaws.scala 100% <ø> (ø) ⬆️
.../src/main/scala/cats/mtl/laws/MonadStateLaws.scala 100% <ø> (ø) ⬆️
...ala/cats/mtl/laws/discipline/MonadLayerTests.scala 80% <ø> (ø) ⬆️
.../src/main/scala/cats/mtl/laws/MonadLayerLaws.scala 75% <ø> (ø) ⬆️
.../cats/mtl/laws/discipline/FunctorListenTests.scala 100% <ø> (ø) ⬆️
.../scala/cats/mtl/laws/FunctorLayerFunctorLaws.scala 100% <ø> (ø) ⬆️
...la/cats/mtl/laws/discipline/FunctorTellTests.scala 100% <ø> (ø) ⬆️
...rc/main/scala/cats/mtl/laws/FunctorEmptyLaws.scala 100% <ø> (ø) ⬆️
...a/cats/mtl/laws/discipline/FunctorEmptyTests.scala 100% <ø> (ø) ⬆️
... and 19 more

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 83f82d0...e182c8a. Read the comment docs.

- 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
@denisrosca
Copy link
Contributor Author

Can anyone help me understand why the build failed?

@kailuowang
Copy link
Contributor

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.

@andyscott andyscott mentioned this pull request Nov 7, 2017
@kailuowang kailuowang merged commit 64e2577 into typelevel:master Nov 7, 2017
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.

4 participants