-
## Compiler version
3.3.0
## Description
Given any trait or class, for example X
```scala
trait X:
def abc(x: Int): String
```
I need to generate:
```scala
new X:
val mock$abc$0…
-
See https://github.com/lampepfl/dotty/actions/runs/5515333984
-
too much detail on these topics in w02; should move package -> object week and scaladoc to snake-week
-
Nightly docs https://dotty.epfl.ch/api/index.html are missing Scala 3 additions to stdlib (`compiletime`, `deriving`, `quoted`, `Tuple`, `CanEqual`, `CanThrow` etc)
Bisect points to https://github.…
-
Waiting for cdc-service_1 to become healthy (it's unhealthy) - using ./gradlew :composeUp
-
See https://github.com/lampepfl/dotty/actions/runs/5434430860
-
## Compiler version
3.1.0
## Minimized code
In `build.sbt`
```Scala
Compile / doc / scalacOptions ++= Seq(
"-doc-root-content", "rootdoc.txt"
)
```
In `rootdoc.txt`
```
I'm a litt…
-
See https://github.com/apache/incubator-pekko-grpc/pull/66#discussion_r1208114338
-
I followed the instructions in [INSTALL.md](https://github.com/tlaplus/tlapm/blob/main/INSTALL.md) to build and install TLAPM, but the `make` fails on my M1 Macbook, specifically when running the Make…
-
## Compiler version
3.0.0-M4-bin-20210212-0273336-NIGHTLY
## Minimized code
```Scala
package foo
final val foo = "Foo"
object A:
/**
* @param i An argument
*/
def x(i:Int…