Labels
Labels
187 labels
- Anything concerning `.betasty`, `-Ybest-effort` and `-Ywith-best-effort-tasty`
- Issues tied with scala.caps.Capabilities
- Issues tied with CI/CD workflows
- Issues tied to how our launchers handle on the command line.
- Issues tied with the output files of compilation (.class/.tasty files)
- Issues tied with configuration and division of compiler phases.
- Issues tied with handling of compiler plugins.
- Issues tied to context functions.
- Code coverage, see https://dotty.epfl.ch/docs/internals/coverage.html
- Desugaring happens after parsing but before typing, see desugar.scala
- Issues tied to the developer experience when working on the compiler.
- Issues related to the betterFors language extension
- Capture checking related
- Issues related to the modularity extension.
- Issues tied to the tupled functions feature.
- Issues tied to the @unroll annotation