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 supported15 Subscribers
Add a CodeTriage badge to dotty
Help out
- Issues
- Unnecessary wrapping of implicit function types means we capture too much, can break serialization, cause memory leaks, etc
- problem with type comparison (`<:`) transitiveness when `.type` was used as upper-type-boundaries (`>:`) and then `|`-ed together
- problem with type comparison (`<:`) transitiveness when using `this.type` upper-type-boundary (`>:`) and Self-types together with derivation
- Allow pattern matching to constrain type members of function arguments
- Pickling error with match type as method argument type
- Inline matches don't refine on the RHS
- Recursive match type used as a bound diverges, OK as type constraint
- Enum ordinals -> tableswitch
- Treat opaque types as abstract during patmat exhaustivity tests
- Port caching and resource management for macro/plugin classloaders, classpath JARs from scalac
- Docs
- Scala not yet supported