Mark Hammons
Mark Hammons
There are some limits to using scala native's process builder. Using it myself, I found myself having problems doing process to process streaming cause of some weird crashes. [Here's a...
I've had the same issue with ShadeRule.keep. Setting the root of my project's code as something to keep, results in a jar that is very small, and is missing scala.collections.Seq....
Sorry, I've been doing other things for a couple of months. So, my problem now is to get resources that come from certain jars into `managedResources` without unpacking said jars....
Maybe a way to tell clean to clean a specific build variant (and or an --all flag) would be good? If my build variant enters a bad state, it sounds...
I don't fully understand bleep's internals yet, but my understanding is that in order for build rewrites to be processed, they have to be run via the JVM, which means...
> Another is what you mentioned here, to compile scripts to another platform, say scala.js and then pipe it through something like node, or in this case graaljs. I'll be...
Hi @oyvindberg. Sorry for the very late reply, I halted use of bleep in my currently existing library, and started using it in a new one. With regards to that,...
Can you point me in the direction of these rewrites? I'm also trying to put together a plugin to add scoverage reports
I think I have a good handle on the BuildTransformers now after making a ScoverageReport plugin using them, but I don't think they'll do what I need done. I would...
`--release` is helpful for some things like core and runtime, but doesn't help on j17 and j19 because in java 19, the classes for java 17's foreign api no-longer exist....