-
It would be nice to have an integration with Scaladoc's Type-based searches.
**Is your feature request related to a problem? Please describe.**
Searching for symbols requires knowing the name of t…
-
``` sbt
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)
libraryDependencies += "com.github.mpilquist" %% "simulacrum" % "0.11.0"
```
``` scala
import simul…
-
## Compiler version
3.2.x
3.3.0
## Minimized code
Have not been able to minimize this yet. However, I can repeatable reach the infiite loop on this line:
https://github.com/lampepfl/dott…
-
Currently onmount fires after the children have been built but before the parent has been attached to the dom. onmount should fire after the parent has been attached.
Various tools (like jquery pl…
-
## Compiler version
3.3
## Minimized code
`mutable.HashMap#getOrElseUpdate` renames parameter `ops` to `defaultValue`, but `inheritDoc` does not warn or adjust.
## Output
Dottydoc impro…
-
This is a continuation of https://github.com/akka/akka/issues/17860.
Dash generates the docsets by downloading the javadoc.jar and indexing it.
While generating docsets for akka-streams one of the f…
-
Another follow-up to #713.
We only check for unions here:
https://github.com/disneystreaming/smithy4s/blob/series/0.17/modules/codegen/src/smithy4s/codegen/internals/SmithyToIR.scala#L760-L780
…
-
## Compiler version
3.3.3
## Minimized example
https://scala-lang.org/api/3.3.3/scala/collection/immutable/Vector.html
## Output
The source link points to `https://github.com/lampepfl/dot…
JD557 updated
4 months ago
-
We _probably_ want to support overloading resolution in links in doc comments.
We can already parse Scaladoc's old syntax for overloading resolution, we just ignore that part of the link.
Scalad…
-
For example, the `java8` module. This appears to be a scaladoc bug.