eugene yokota

Results 736 comments of eugene yokota

``` ✗ basics.scala Failure - row: 79, column: 24, expected highlight 'method', actual highlights: 'none' ```

Ideally: ``` scala sequential in aggregate := true ```

Some of the failing tests are more to do with sbt 2 rather than the plugin itself, so I've moved them into a different directory so sbt 1.x would test...

sbt-native-packager 1.11.3 is already available for sbt 2.x - https://github.com/sbt/sbt-native-packager/releases/tag/v1.11.3

Here's a PR for this - https://github.com/sbt/sbt-javaagent/pull/48

@symingz Thanks for the report. Does the similar code work for Scala 2.13?

Zinc tracks all functions calls by the names. My guess is that we do not treat dynamic calls as track-worthy names because there's normally nothing function that would match on...

Well `semanticdbEnabled` is set to `false` for Zinc on my machine. Do you have Metals plugin that's changing the semantics of the build maybe? If so maybe BSP should be...

> Why does SBT actually carry some Scala 2.10 parts? When sbt 1.x came out Scala 2.10 was still somewhat active, in part as the version that compiled sbt 0.13....

> Could it help solve such kind of cross compile issues like the one with the threadId from yesterday? Not ifdef alone, no, because the problem is that the user...