-
https://github.com/7mind/izumi/issues/1529
Incorrect behaviour is reproduced in `progression test: we may accidentally materialize tags for transient type vals (no longer possible in dotty)`
-
There are several compilation errors while using Dotty. Once they're fixed we'll be able to include Scala 3 check in build and Scala 3 release.
To compile with Dotty run:
```
sbt "++ 0.27.0-RC1" co…
-
This is a general meta-issue to aggregate the overall project of getting a version of Shapeless 2 working on Dotty.
## Goals
- Rough *source*-compatibility with the Shapeless 2.x versions of any…
-
Hope that this message reaches you well! Any thoughts/plans/roadmaps on Scala 3/dotty support?
-
This is a rough sketch of a possible design of records for Dotty
## Types
A _single-field record type_ is of the form `(a: T)` where `a` is an identifier and `T` is a type. It expands into an instanc…
-
Dotty [community build](https://github.com/lampepfl/dotty/tree/master/community-build/community-projects/) lists [`upickle @ dd80d6b`](https://github.com/dotty-staging/upickle/tree/dd80d6bffa9e86de866…
-
## Compiler version
Scala compiler version 3.4.0-RC1-bin-SNAPSHOT-git-55c2002 (commit 55c20020c24d9edcc8577e9b62c5935e358efbfa)
## Issue
When trying to compile the `http4s` community project …
q-ata updated
3 weeks ago
-
[Dotty](https://dotty.epfl.ch/), the Scala 3.x compiler, is beginning to mature. It is supposed to drop around the end of 2020. The community is poised to hop onto it pretty fast, and some libraries a…
-
See [example project](https://github.com/lampepfl/dotty-example-project).
-
## Compiler version
3.3.0-RC3, also happens on 3.2.2
## Minimized code
Please excuse the fact that this code is fairly meaningless, it's a very trimmed down version of a pattern (that actuall…