-
Follow up after #26810, The scaladoc of the untyped event stream does not mention what happens if you subscribe several times, unsubscribe something that wasn't subscribed etc. Would be good to add th…
-
(Apologies if this is the wrong place to mention this enhancement request.)
I spent about ten minutes discovering this one the hard way yesterday:
* Go into [the 2.12 ScalaDocs](http://www.scala…
-
[Each](https://github.com/ThoughtWorksInc/each) is a library that depends on Scalaz. When I run `sbt doc`, it creates [documentation alone with package objects from Scalaz](https://oss.sonatype.org/se…
-
I discovered when modifying the scaladoc for Stream that an entire comment will be dropped if the method is abstract in the class with a concrete implementation inherited from elsewhere. This is the c…
-
I have a package object with many bad links in it bad only the first is reported. I know this by cycling the order of the bad links in the source.
```scala
/** The package object `scala.math` conta…
-
The ScalaDoc for `scala.PartialFunction.compose` incorrectly limits the parameter type parameter for `g` to the same type parameter as itself.
Current: `def compose[A](g: (A) ⇒ A): (A) ⇒ B` |
Sugg…
-
## Compiler version
`3.1.0`
## Minimized code
The `trait Config` has docs that point to `ConfigValue`.
```Scala
*
* Convert a Config to a JSON or HOCON string by calling
* [[#root root…
-
- [ ] Fix client plugin cache mechanism.
when the client plugin settings are changed, we need to re-generate the server(s) "generator(s)" to be able to re-generate the Caliban client(s).
But becaus…
-
It seems that we are facing repeated issues with documentation examples being out of date with the actual code.
Several propositions were discussed:
- changing coding practices, with developers s…
-
Currently, scaladoc depends on both jackson for yaml processing and flexmark for markdown processing. Since flexmark also supports yaml I was wondering if we could use that to avoid depending on jacks…