Michał Pałka
Michał Pałka
**Version(s)** 0.1.4, 0.1.5, possibly earlier ones as well **Describe the bug** Compiler options passed after `-O` seem to be ignored when compiling with scala 2 **To Reproduce** Foo.scala: ```scala trait...
If the compiler crashes during compilation the full stack trace from the compiler (and maybe some additional clarification) should be displayed instead of the sole error message from the compiler's...
A method like ```scala def foo(using Foo): Bar ``` should be searchable as `Foo ?=> Bar`
Currently the command to compile scala 3 code is `scalac`. The name `dotc` is not used anymore and should disappear from the documentation unless when it refers to the historical...
Allow joins like ```scala foos.join(bars).using($.x) ``` as an alternative for ```scala foos.join(bars).on($.foos.x === $.bars.x) ```
Currently the SBT tests for lang host work on local (mac) and fail on CI (linux)
Inside definitions of providers' schemas elements of `properties` sections (in definitions of types and resources) as well as `inputProperties` (for resources only) default values can be specified. These should be...