-
The discussion originally from https://github.com/lampepfl/dotty/pull/13288
## Background
In Scala3, we can write anonymous using params `using ` , and the compiler synthesizes the variable name l…
-
3.5.1
```scala
scala> class A { class B }
scala> def f(using a: A): a.type = { println("f"); a }
scala> given a: A = new A
scala> new f.B
val res0: a.B = A$B@3921135e
```
Via https://disco…
lrytz updated
1 month ago
-
## problem
Depending on an artifact published with sbt from maven can lead to "exception: Unable to derive module descriptor" because of the cross-version suffix in the jar name, see https://github…
-
Is there any chance that someone could look into supporting scala 3 projects with sbt-android?
Starting with the sbt-android example projects, and adding `addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" …
-
We have no other mutating functions in the library, and deepDelete is the same as [dotty](https://github.com/deoxxa/dotty)'s `remove`. Better alternatives for underscore.deep would be deepOmit and dee…
-
Support for scala 3 should not be as longer as in other projects. The main pain point is to wait for the `scala-MongoDB` library dependency to provide support for Scala3, since it defines some macros …
-
When an area is contaminated by phoron, even after half an hour of siphoning by engineering, there is still usually about 0.003402 molecules of phoron left, and the phoron overlay (orange dotty thing)…
-
Context:
* Debian
* swift 2.3.1+ on a testing branch, but likely also 2.3.1 release
* vignette getting_started.Rmd now produces calibration process dotty plots graphs with no points
jmp75 updated
4 years ago
-
## Compiler version
3.3.0
## Minimized code
A compiler crash is triggered when parsing class file of the following [library](https://repo1.maven.org/maven2/io/rest-assured/rest-assured/5.3.1/…
-
## Compiler version
3.3.1
## Minimized code
```Scala
import upickle.default.ReadWriter
abstract class Payload[A