eugene yokota
eugene yokota
**Update**: Moved the comment to https://github.com/sbt/sbt/discussions/7653#discussioncomment-10663745.
I just realized we're on the issue, not the discussion (https://github.com/sbt/sbt/discussions/7653). I might move my comment there for later record keeping.
I'm off this week, but I'll try to get this information next week.
> I don't understand the goal here. The idea basically is to think about the suppression of the console prompt, rather than the non-blocking aspect of the run, partly to...
https://github.com/oracle/graal/issues/3359#issuecomment-1031482202 says > For statically linked lib to make `loadLibrary` work there have to be an exported function called `JNI_OnLoad_()` according to [JEP 178](https://openjdk.java.net/jeps/178), or you can simply don't call...
I don't know what `L` would be but they'd need something like `JNI_OnLoad_jlinenative`?
> This fixes that and I assume `SBT_OPTS` wasn't ignored on purpose, but I'm not sure. https://github.com/sbt/sbt-launcher-package/pull/276 added it, and I'm guessing `SBT_OPTS` was ignored on purpose since mostly those...
I think the direction of the change is good but the tests are currently failing. It looks like the previous incantation didn't have color but the new one does?
Shading has been maintained mostly by contribution. I might take a look a some point but not really my priority. Pull requests are welcome though.
Thanks for the contribution! Given that this is a breaking change, I'd suggest targeting this first against sbt 2.x, whose next milestones would ship somewhat regularly. For sbt 1.x, we'd...