-
See lampepfl/dotty#818
-
I don't know how this course is run, since I'm starting it on my own, but I've had a bit of trouble figuring out how to configure cmt. In fact, I've just joined Lunatech as an apprentice and I'm not f…
-
We need to make sure that the documentation at https://dotty.epfl.ch/docs/reference/overview.html is sound and complete with respect to the release candidate.
In this umbrella issue, we can collect…
-
-
## Settings
Scala version: 3.4.0
sbt version: 1.9.9
scalac options: `-rewrite`, `-indent`
jvm version: 21.0.2
dependencies: none
## Compiler crash message
```
[info] exception occurre…
-
https://github.com/lampepfl/dotty/issues/18850
-
## Compiler version
3.6 nightly
## Minimized example
```
clean
scala3-bootstrapped/clean
scaladoc/clean
scaladoc-js-main/clean
scaladoc-js-main/test
```
## Output
```
[error] err…
-
It would be great, if there were support for using `Resource` with `cats-effect-cps`. Could look something like this
```scala
import cats.effect.cps._
async[IO] {
val results1 = talkToServer("…
-
see one gotcha in https://github.com/lampepfl/dotty/pull/2276
-
Hi,
```scala
#!/usr/bin/env scala-cli
using scala "3.1.2"
using lib "io.circe:circe-core_3:0.14.1"
using lib "io.circe:circe-parser_3:0.14.1"
using lib "io.circe:circe-generic_3:0.14.1"
i…