Michał Pałka
Michał Pałka
## Compiler version 3.5.0 3.6.0-RC1-bin-20240821-a2c53a1-NIGHTLY ## Minimized code ```scala import scala.language.experimental.namedTuples val x = (aaa = 1).aaa ``` ## Output ```scala -- [E007] Type Mismatch Error: /tmp/NamedTuple.scala:3:18 ---------------------- 3 |val...
Build tools might add some garbage to stdout while running the plugin discoverer. Printing the result's json into a file should solve this problem and make plugins discovery more reliable....
Some directives are not documented here https://scala-cli.virtuslab.org/docs/reference/directives/. These include: ```scala //> using publish.url //> using publish.vcs //> using publish.license //> using publish.developer //> using compileOnly.dep ```
**Version(s)** 1.8.1 **Describe the bug** Compilation errors originating from warnings do not fail the compilation process when compiling with bloop **To Reproduce** ```scala //> using scala 3.7.0 //> using options...