-
## Reproduction steps
Scala version: 2.13.10
```scala
import concurrent._, ExecutionContext.Implicits._, duration._
class C {
def test(): Future[Int] =
Future.unit
.map { x =>
…
-
## Compiler version
3.1.2-RC1
## Minimized code
```scala
Welcome to Scala 3.1.2-RC1 (1.8.0_292, Java OpenJDK 64-Bit Server VM).
Type in expressions for evaluation. Or try :help.
scala> :…
-
## Compiler version
- Scala 3.2.1
- Java 11.0.3
- sbt 1.8.0
## Minimized code
```scala
package foo
sealed trait Foo
object Foo {
object LogOrdering extends Ordering[Foo] {
over…
-
To recreate:
```bash
git clone https://github.com/mbari-org/commons.git
cd commons
mvn clean install
```
This produces:
```
[ERROR] Failed to execute goal net.alchim31.maven:scala-maven…
-
## Compiler version
- Scala 3.2.1
- Java 11.0.3
- sbt 1.8.0
## Minimized code
In `sbt`, run `doc` against:
```Scala
object State extends Enumeration {
val RUNNING, STOPPED = Value
…
-
In Scaladoc, the return type for `patchInPlace` on `scala.collection.mutable.Buffer` appears to show `Buffer[A]` when it should show `Buffer.this.type`: http://dotty.epfl.ch/api/scala/collection/mutab…
-
At Pekko we have added sbt-dependency-submission to our project (see https://github.com/apache/incubator-pekko/pull/366) however we are getting an interesting/odd bug where although the plugin is subm…
-
The current dotty website contains a section with `class="warning"` that renders as follows:
![image](https://user-images.githubusercontent.com/332812/197326549-4fb6f359-91d4-475c-a9e8-8dd8e94893bb…
-
Currently, the internals got complicated and hard to maintain. If we want to be able to support this library certain simplifications and refactoring will be necessary.
For version 0.7.0 we might pr…
-
at e.g. https://www.scala-lang.org/api/3.2.1/ we read:
> This is the documentation for the Scala standard library.
> Package structure: The [scala](https://www.scala-lang.org/api/3.2.1/scala.html)…