Michał Pałka

Results 24 issues of 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...

bug
Bloop

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`

scala3

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)

kind/bug
good first issue
kind/cleanup
area/tooling
area/language-host
size/S
area/testing
impact/flaky-test

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...

kind/enhancement
good first issue
area/codegen
impact/usability