dotty
https://github.com/lampepfl/dotty
Scala
The Scala 3 compiler, also known as Dotty.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Scala not yet supported16 Subscribers
Add a CodeTriage badge to dotty
Help out
- Issues
- missing implicit error in super call happens before override check.
- Extension method lookup failure when the receiver type is path-dependent on a using parameter and the extension comes from a given looked up based on the implicit scope of the type of the receiver
- Self-assignment of this has been cruelly outlawed
- `-Ysafe-init-global` not working with Scala 2 library TASTy
- StackOverflowError at dotty.tools.dotc.printing.RefinedPrinter.toTextInfixType$1(RefinedPrinter.scala:226)
- Deprecate `var x: T = _` syntax, must use `var x: T = uninitialized` instead.
- Deprecate `xs: _*` varargs syntax (we now use `xs*`)
- Deprecate `private[this]`, `protected[this]`
- Deprecate `val pat = expr` if `pat` is refutable and `expr` is not tagged @unchecked`.
- Deprecate trailing `_` to force eta expansion
- Docs
- Scala not yet supported