Add doctest examples for Apply - #2086
Merged
Merged
Conversation
Contributor
|
What's your opinion over #2083? |
Codecov Report
@@ Coverage Diff @@
## master #2086 +/- ##
=======================================
Coverage 94.62% 94.62%
=======================================
Files 325 325
Lines 5511 5511
Branches 207 207
=======================================
Hits 5215 5215
Misses 296 296
Continue to review full report at Codecov.
|
Contributor
Author
|
Thanks for pointing that out @kailuowang. I just left a comment on #2083. I think that we should get that one in first since it has the incompatible changes. I can update this PR afterwards. |
Contributor
|
#2083 is merged |
Contributor
Author
|
I should be able to update this today. |
Contributor
Author
|
I've merged in the changes from master and resolved the conflicts. |
LukaJCB
approved these changes
Dec 18, 2017
peterneyens
approved these changes
Dec 18, 2017
LukaJCB
pushed a commit
that referenced
this pull request
Dec 19, 2017
* 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
added a commit
that referenced
this pull request
Feb 2, 2018
* Setting version to 1.0.0-RC2
* Setting version to 1.0.0-SNAPSHOT
* Update deprecations to product{L,R} instead of ap{L,R} (#2121)
* 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}
* Setting version to 1.0.0
* Setting version to 1.0.1-SNAPSHOT
* Setting version to 1.0.1
* Setting version to 1.0.2-SNAPSHOT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.