Ólafur Páll Geirsson

Results 361 comments of Ólafur Páll Geirsson

Good question. I think we can restrict this message only to be printed for errors that can be automatically fixed. The exit code from Scalafix can tell us whether there...

> That's weird this ticket was created March 26th and many days after I still see the issue. @cchantep Can you elaborate? This ticket is still open.

One way to pass a TextDocument is as an array of bytes. Encoding/decoding is cheap. With such an API we could also pass in the symbol table so that the...

I've used it in scalameta where we have one project with dozens of test suites. It works great in some cases (for example while editing on test suite) but sometimes...

Thank you for reporting! What Bloop version are you using? ``` ❯ bloop about bloop v1.4.0-RC1-105-118a551b ```

You can start a new version of bloop with the commands ``` bloop exit coursier launch ch.epfl.scala:bloopgun-core_2.12:1.4.0-RC1-105-118a551b -- help ``` I believe the latest version of master uses the -Duser.dir...

The issue looks related to native-image, I am unable to reproduce with the JVM version of bloopgun ``` $ coursier launch ch.epfl.scala:bloopgun_2.12:1.4.0-RC1 --main-class bloop.bloopgun.Bloopgun -- exit ``

I'm unable to reproduce this with a single `bloop exit` command but I am still able to consistently reproduce this when running the same failing test. The problem seems unrelated...

I'm able to reproduce with 1.4.0-RC1 as well as 1.4.0-RC1+16-1cd95092

I may have tracked down the root cause by running `bloop console PROJECT_NAME` ``` bloop console Loading... Compiling (synthetic)/ammonite/predef/interpBridge.sc scala.reflect.internal.FatalError: Error accessing /Users/lgeirsson/workspace/source/.pants.d/export-dep-as-jar/export-dep-as-jar/252d64521cf9/tmpn0s2b0vm.jar scala.tools.nsc.classpath.AggregateClassPath.$anonfun$list$3(AggregateClassPath.scala:99) ``` This Bloop JSON file contains...