-
Edit: the following description was based on https://github.com/coursier/apps/pull/154, suggesting that `latest.stable` remains the latest even when the app version is set to a lower version.
I wou…
-
## Compiler version
any starting with 3.3.1 (3.3.0 works fine)
## Minimized code
You may reproduce the issue by `git clone https://github.com/scala-graph/scala-graph.git` and in SBT
```
pro…
-
## Compiler version
a2c53a16770ffb1d2f3929b74824402300c612eb
## Minimized code
(Minimized from the two `map` methods in https://github.com/aherlihy/tyql/blob/10401e8162f59543a6fe1b960d449f72c…
-
Scala Version: 3.0.0
Scalatest Version: 3.2.9
## Minimized code
MainMacro.scala
```Scala
import scala.quoted.*
case class Wrapper[T](t: T) extends MainMacro[T]
trait MainMacro[U] { th…
-
## Compiler version
3.4.3, and all previous versions of Scala 3 that I've tested. Crashes on 3.5.0, fixed by https://github.com/scala/scala3/pull/21522, but it has the same (wrong) types as 3.4.3 a…
wjoel updated
1 month ago
-
Written in this part of the scala3 book [collections-methods](https://docs.scala-lang.org/scala3/book/collections-methods.html)
> tail throws an java.lang.UnsupportedOperationException if the list i…
-
Maybe it's a separate module or a source directory but it need introduce some kotlin code into this library.
If feasible, it will be divided into general modules and non general modules in the fut…
-
Based on https://github.com/apache/pekko/pull/1474
In Scala 2.13 all generic param types of HKT (both covariant and invariant) are transformed into wildcard types.
In 3.3.4-RC1 / 3.5.0 contravar…
-
### Is your feature request related to a problem? Please describe.
Elements of a `NamedTuple` do not appear in the suggested members/methods dropdown.
### Describe the solution you'd like
The eleme…
-
From: https://docs.scala-lang.org/scala3/guides/migration/compatibility-classpath.html
> A Scala 2.13 module can depend on a Scala 3 artifact
> By enabling the TASTy reader with -Ytasty-reader, …