-
## Compiler version
3.1.0
## Minimized code and output
```Scala
Welcome to Scala 3.1.0 (11.0.11, Java OpenJDK 64-Bit Server VM).
Type in expressions for evaluation. Or try :help.
…
-
-
see https://github.com/apache/incubator-pekko-http/actions/runs/5090942292/jobs/9151097224
fyi @mdedetrich
may have another cause but the recent merge is likely candidate
I spotted that some…
-
## steps
__sbt version:__ 1.9.6
__build sbt:__
```scala
import Dependencies._
import sbt._
ThisBuild / organization := "blahblah"
ThisBuild / organizationName := "uberblah"
ThisBuild /…
-
[The *Overview of all available settings* section of the scaladoc3 settings page](https://docs.scala-lang.org/scala3/guides/scaladoc/settings.html#overview-of-all-available-settings) indicates that cu…
-
## Compiler version
3.3.0, also with the latest 3.3.1-RC4 and nightly 3.4.0-RC1-bin-20230809-c5adafc-NIGHTLY
## Minimized code
https://github.com/mrdziuban/dotty-compiler-plugin-issue
Afte…
-
## Compiler version
Every Scala 3 version
Fails with 3.2.0-RC3
## Minimized code
Not yet minimized, can be reproduced using scala-cli
```Scala
// test.scala
//> using lib "software.am…
-
## Compiler version
All of them
## Example
As outlined in [here](https://github.com/lampepfl/dotty/discussions/15966) most users of Scaladoc are going to want to use examples of their code. H…
-
## Reproduction steps
Scala version: 2.13.10
## Problem
Implementing `IndexedSeq` and not overriding `head` leads to an IOOBE being thrown, contrary to NSEE mentioned in the specification. This…
-
Scaladoc fails just by creating some `trait` which extends `spray.json.DefaultJsonProtocol`. I have included a `build.sbt` file with the needed dependency defined. I'm using `CrossVersion` because thi…