eugene yokota

Results 725 comments of eugene yokota

sbt currently doesn't really have a clue about Java Modules. I am surprised that in-process `run` even works, so my expectation doesn't really match yours that sbt would automatically deduce...

> What's the status on this? Are there any plans for sbt to handle modules? I am not personally invested in getting Jigsaw support into sbt or Scala ecosystem in...

I feel like we should've just merged https://github.com/sbt/zinc/pull/516. Whatever the mistake it could've prevented with the test it's waiting on can't be worse than known NoClassDefFoundError.

At first I thought this was also related to the thread waiting behavior, but I am actually not sure. Given that #6767 is leaning towards won't fix, I wanted to...

@blast-hardcheese Thanks for the report.

If that indicates that assumption logic (`assumedVersionScheme`) is taking higher precedence than manually set `libraryDependencySchemes` overrides, that sounds like a bug?

@markusa380 Thanks for the report! Let us know if you have some example project that would reproduce this even probabilistically.

I guess we can start with defining a task that would emulate intense log writing and make 100 subprojects with it?

Assuming we're running out of Unix Domain Socket buffer, see also https://serverfault.com/a/116164 > You can try ``` sysctl -w kern.ipc.maxsockbuf=8000000 sysctl -w net.inet.tcp.sendspace=4000000 sysctl -w net.inet.tcp.recvspace=4000000 ``` > but I...

If it works with Scala 2.x, and it doesn't with Scala 3.x, I feel like this is more of a 3.x question of how much it _wants_ to be a...