Adriaan Moors
Adriaan Moors
(to flesh out)
use a tuple instead this enables a better story for auto-tupling (https://github.com/lampepfl/dotty/pull/4311) deprecation path (for a given -Xsource level): - 2.14: - deprecation warning: application involving a multi-param infix operation...
We should give guidance to folks who are pattern matching on Function nodes in macros or compiler plugins (perhaps via quasiquotes) that they will need to discriminate based on the...
for dotty compat, see https://github.com/lampepfl/dotty/pull/5633
backport from https://github.com/lampepfl/dotty/pull/5754 See also deprecation of package object with extends in #441
- [ ] SI-6103 Mixin generates method signatures that confuse javac - [ ] SI-8592 mixin method overrides final method with variation on the reflect.{api,internal} pattern of abstract types implemented...
When running dbuild in CI, it's not always predictable how many times it will run per day. Automatic cleanup is crucial to stay under 40G or so. To guarantee we...