-
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…
-
## steps
See https://github.com/lampepfl/dotty/issues/14691
## problem
On the compiler side, we implement CompilerInterface2 in https://github.com/lampepfl/dotty/blob/main/sbt-bridge/src/dott…
-
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…
-
Currently, gestalt depends on `scala.meta` to parse quasiquotes, the transitive dependencies forms a obstacle for the possible integration of `gestalt` with `dotty` (if it ever happens).
It's possi…
-
In your [3.1.0 release note](http://www.scalatest.org/release_notes/3.1.0), you mentioned that Dotty is supported. However, I did not find any tutorials on how to get it to work.
I'm using sbt and …
-
I didn't get an answer on the scala list, and don't see this particular case already on the bug tracker. Then again, i don't really understand why this isn't working, so i may have missed it.
Repr…
-
Steps to reproduce the behavior:
1. open the [dotty repo](https://github.com/lampepfl/dotty) in Metals
2. open `compiler/src/dotty/tools/dotc/ast/Desugar.scala`
3. put a cursor on any line in `de…
dos65 updated
2 years ago
-
In Dotty, abstract vals cannot be overriden by lazy vals for soundness reasons (https://github.com/lampepfl/dotty/pull/1051). On the other hand, we allow abstract lazy vals unlike scalac. Could this l…
-
Hi there, is there any reason `scala3-decompiler` is a special app in cursier, while in dotty it has listed under standard: https://github.com/lampepfl/dotty/blob/master/bin/scalac ?
Also, havi…