Miles Johnson
Miles Johnson
Haven't had time to actually create the pkl schemas/modules yet.
Yeah the goals is to automatically generate the pkl types based off the rust structs. It just needs to be added to https://github.com/moonrepo/schematic Just have too much on my plate...
What am I looking at exactly here?
@royreznik `script` instead of `command` was more intended for this kind of use case.
The problem with `command` is that it is constantly string split and re-joined (`script` is not), so there's no guarantee that the command will actually be pieced back together correctly...
I wouldn't say this is a bug right now, just a missing feature. The distribution simply chunks all the targets into buckets, without taking any dependencies into account. It's very...
There's overlap because of the dependencies. If A and B both depend on C, and bucket 1 contains A/C, and bucket 2 contains B, then bucket 2 will also inherit...
Paste the `--log trace` output.
This was never intended to use path separators, so I'm unsure if this is a bug or not.
Is there a reason why you can't just parse the env var and format it to your needs?