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

merge 1.0 back to master #2163

Merged
merged 8 commits into from
Feb 2, 2018
Merged

merge 1.0 back to master #2163

merged 8 commits into from
Feb 2, 2018

Conversation

kailuowang
Copy link
Contributor

No description provided.

kailuowang and others added 7 commits December 18, 2017 20:20
* Add grouping to scaladoc for arity methods

This makes it so when you look at the `Applicative` scaladoc you don't
have a bunch of `ap3`, `ap4`, etc noise mixed in with the more
meaningful methods. Instead, the generated higher-arity methods show up
in separate scaladoc groups below.

To see the changes you can pull this branch, run `sbt unidoc` (you may
need to clean first), and open
`cats/docs/target/scala-2.12/unidoc/cats/Applicative.html` in your
browser.

* Add doctest examples for Apply (#2086)

* Get ready for RC2 (#2044)

* Draft release notes

* Update

* Update

* Update

* Update

* Update

* Update Authors

* Update

* Update

* Update

* Update

* update

* Update

* Update CHANGES.md

* Update AUTHORS.md

* Update README.md

* Update deprecations to product{L,R} instead of ap{L,R}
@kailuowang kailuowang added this to the 1.1 milestone Feb 1, 2018
@johnynek
Copy link
Contributor

johnynek commented Feb 1, 2018

👍

looks like we got an OOM in one of the tests on PR.

@codecov-io
Copy link

codecov-io commented Feb 1, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2163   +/-   ##
=======================================
  Coverage   94.66%   94.66%           
=======================================
  Files         328      328           
  Lines        5548     5548           
  Branches      213      213           
=======================================
  Hits         5252     5252           
  Misses        296      296
Impacted Files Coverage Δ
core/src/main/scala/cats/Parallel.scala 88.46% <ø> (ø) ⬆️
core/src/main/scala/cats/FlatMap.scala 81.81% <ø> (ø) ⬆️
core/src/main/scala/cats/syntax/apply.scala 25% <ø> (ø) ⬆️
core/src/main/scala/cats/Apply.scala 75% <ø> (ø) ⬆️

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 dc6b643...411278a. Read the comment docs.

@kailuowang kailuowang merged commit ff7bd40 into master Feb 2, 2018
@kailuowang kailuowang deleted the 1.0 branch June 19, 2018 20:16
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.

5 participants