-
## Compiler version
3.1.2-RC1-bin-20211022-f7abd32-NIGHTLY
## Minimized code
```Scala
// res: Try[_]
'{
val v = ${ res }.get
println("v=" + v)
}
```
[*See code*](https://github…
-
## Compiler version
3.4.1, 3.4.2-RC1
## Minimized code
```Scala
type Foo[A] = A
def foo[A
3.4.2-RC1:
s5bug updated
6 months ago
-
Hi 👋
I opened a similar discussion at [scalameta/metals](https://github.com/scalameta/metals/issues/402), but am wondering the same question about the coming native LSP support in dotty.
I peeked …
-
Depends on lampepfl/dotty#13105
-
I've seen this in the Scala 2 community build and it's also reproducible locally
```
X requests.Scala2RequestTests.params.post 10555ms
requests.TimeoutException: Request to https://httpbin.or…
-
I'm using Scalatest 3.1.1 in a project compiled with Dotty 0.22.0-RC1.
It has worked flawlessly up to now.
One of my test classes no longer compiles after adding a test that checks a type at runti…
-
## Compiler version
Everything after 3.3.1.
`3.3.2-RC1-bin-20230530-28915c4-NIGHTLY` - `3.3.2-RC1-bin-20230630-c629090-NIGHTLY` - `xcheck-macros` error
from `3.3.2-RC1-bin-20230703-0a21ecf-NIGHTL…
-
See: dotty
-
@olafurpg would like to have a query to find libs without deps so he can run dotty migration test
-
We've been talking a few times already about running the optimizer separately from compilation, let's collect the thoughts here.
This obviously overlaps with @DarkDimius' work on the dotty linker, …
lrytz updated
4 years ago