Łukasz Wroński
Łukasz Wroński
@ekrich Kind of late answer, but can you try to install `scala-cli` in version `0.1.10` via MSI installer in typical corporate network ? You can find [here](https://github.com/VirtusLab/scala-cli/releases/tag/v0.1.10) MSI installer of...
> krzysztof, what did you mean by this? > > `information about location of binary / main class that is being used` We want to detect the location binary/jar launcher...
It can be related to: https://github.com/scalameta/metals/issues/3214
Fixed by https://github.com/scala/vscode-scala-syntax/pull/237
Hi @prolativ, Thanks for reporting, it seems that is bloop issue that output from scalac is not properly handled. There is exists a workaround and you have to use plain...
> Sounds like it may be fixed by #812? :) Yes, it should be fixed in Scala CLI `0.1.14` `resources/scala-native/bug.c` ```c int foo(int i) { return i + 42; }...
Because these directories contain compiled Scala files and managed files per project, so this is something like a `target` directory for sbt.
Hi @armanbilge, thanks for reporting, when I'm trying to run this test using `sbt` I see the following error: ``` [info] Starting process '/Users/lwronski/projects/scala-native-seed-project/target/scala-2.13/scala-native-seed-project-test-out' on port '50305'. failing seed for...
It's weird, but if you add ScalaCheck dependency `//> using lib "org.scalacheck::scalacheck::1.16.0` it's works: ``` //> using scala "2.13.8" //> using platform "native" //> using lib "org.typelevel::cats-kernel-laws::2.8.0" //> using lib...
I reopen this issue to investigate why added `scalacheck` test framework isn't found by default - more info [here](https://github.com/VirtusLab/scala-cli/pull/1190#pullrequestreview-1052482842)