-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add doctest examples for Apply #2086
Conversation
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.
|
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. |
#2083 is merged |
I should be able to update this today. |
I've merged in the changes from master and resolved the conflicts. |
* 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-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
No description provided.