-
## Compiler version
3.3.2-RC1-bin-20230715-4851278-NIGHTLY
## Minimized code
```Scala
//> using option -release:8
object Foo {
@Deprecated
def foo(): Unit = ???
}
```
## Ou…
-
In Scala 2 `jars` contains compiler jars which can also be used to generate scaladoc (because it's built-in into scala-compiler.jar).
In Scala 3 the set of jars required for ScalaDoc includes 42 jars…
-
## Type of issue:
Correctness issue
## Description
Named is deprecated.
SingleTargetAnnotation is parmeterized to be [T
chick updated
5 years ago
-
We don't appear to fully document which packages/classes are public API. I think we should say the following things are NOT public API:
1. `private[play]` classes/methods, or narrower visibility
1…
-
If I jump directly to the scaladoc:
https://doc.akka.io/api/akka-http/current/akka/http/scaladsl/server/directives/CachingDirectives.html
Or in the reference documentation:
https://doc.akka.io/do…
-
https://www.opal-project.de/Hermes.html
e.g. The link to "UI" and "headless mode" is not found (404)
![image](https://github.com/opalj/opal/assets/93425234/018e73a9-eac5-4431-aa44-5e3313e0f65d)
-
## The Problems
I have a [multiproject](https://github.com/mslinn/web3j-scala/blob/multi/build.sbt) that I am struggling to make work with `sbt-ghpages` and SBT 0.13.16. The subprojects are called `r…
-
Hi Chee Seng,
We got this notice about jquery:
https://github.com/scalatest/scalactic-website/network/alert/public/scaladoc/3.0.0/lib/jquery.js/jquery/open
Please update it to an appropriate …
-
**Issue by [ktoso](https://github.com/ktoso)**
_Monday Mar 21, 2016 at 21:33 GMT_
_Originally opened as https://github.com/akka/akka/issues/20103_
---
ScalaDoc has this undocumented feature of `@gr…
ktoso updated
8 years ago
-
using fs2 `3.0.6` and `3.1.0`. Here's a [scatsie](https://scastie.scala-lang.org/6ToFVBZvQ3ainW9QIokpfw). All code pasted in this issue is also in the scatsie.
We have as an example of subscriber t…