-
## reproduction steps
using Scala 3,
```scala
scala> (1 to 26).reverse
val res0: Range = Range 26 to 1 by -1
scala> ('a' to 'z').reverse
val res1: scala.collection.immutable.NumericRange[C…
-
I stumbled upon this and it left me quite surprised:
```
import org.scalatest.FlatSpec
import scala.collection.immutable.TreeSet
class TreeSetSpec extends FlatSpec{
case class A(val x : Int…
-
So, at least for me the state of the source code is a big barrier to contributing. It's poorly formatted, sparsely commented, and in places it's organized strangely. So I suggest a cleanup task to be …
-
A bad cli option should hard exit. Instead the bad option is interpreted as a source file containing documentable content.
```scala
11:16 $ ./scaladoc -h
scaladoc error: bad option: '-h'
scalad…
-
## steps
Sorry, I don't have exact steps, but after this happening a few times in a row in the same hour I thought I'd still report it to get the ball rolling. Basically I rebased a branch and com…
-
[error] /opt/kafka-manager/app/kafka/manager/actor/cluster/KafkaStateActor.scala:102:19: ambiguous reference to overloaded definition,
[error] both method putAll in class Properties of type (x$1: jav…
-
## Compiler version
3.3.3
3.4.1-RC2
## Minimized code
https://github.com/OndrejSpanel/scaladoc-cannot-resolve
The repro needs three source files. The core of the issue is:
```Scala
tr…
-
-
## reproduction steps
using Scala 2.13.3,
```scala
trait Covariants
trait Invariants extends Covariants
trait Implicits
class Covariant[+T] extends Invariants with Implicits
class In…
-
## Compiler version
3.3.3 LTS (and 2.13.13)
## Minimized code
Found during testing with 2.13.13, but was able to generate exception using Scastie (_scastie.scala-lang.org_) against all version…