-
Like [simulacrum](https://github.com/typelevel/simulacrum), data-class relies on macro annotations, that are going away in dotty / scala 3. simulacrum was [rewritten as a set of scalafix rules](https:…
-
Lately, https://dotty-bench.epfl.ch has looked pretty eratic:
![Screenshot_20241001_225413](https://github.com/user-attachments/assets/5846ac91-3cdd-44c9-a242-892f4de28e61)
Zooming out and enab…
-
## Compiler version
Code base doesn't compile prior to 3.4.1 but issue happens in 3.4.1 & 3.4.2
## Minimized code
A GitHub repository has been created to replicate this issue. The README.md f…
-
See https://github.com/lampepfl/dotty/actions/runs/8150374165
-
I came across this today when trying to update some stuff in the Dotty Community build and realized that `munit` when synced was actually failing in the community build. The error that it's failing wi…
-
It would be great to have a ligature for `?=>`, which is used by Scala 3 (Dotty) to define [context functions](http://dotty.epfl.ch/docs/reference/contextual/context-functions.html).
-
- [ ] Rewrite/fix parameterized parents db recursion. Blocker: lack of `baseClasses` data: https://github.com/lampepfl/dotty/issues/8514
- [ ] Restore `TagMacro`
- [ ] Finish unimplemented cases
-…
-
This script wont log error when run with `scala-cli`:
```scala
//> using scala "3.2.1"
//> using option "-new-syntax"
//> using dep "org.typelevel::cats-effect:3.5.0"
import cats.effect.*
…
-
Currently blocked by https://github.com/lampepfl/dotty/issues/17330. In the meantime should document that artifacts for Scala 3 are not reproducible.
-
## Compiler version
3.3.3
## Minimized code
Quite hard to minimize. Problem shows up in scala-yaml repo and can be reproduced reliably by checking out the repo at commit `5bf61d1`.
```bash
git clon…