Winter
Winter
@robx You can always use `makeWrapper` to wrap the binary so `nix fmt` runs Alejandra in quiet mode.
I don't see why it would be only sometimes, but this looks to be the culprit, it's right outside of the quiet check: https://github.com/kamadorueda/alejandra/blob/ac74bc5ce3da6e2f2ac4e1454f1bd1c4c6dc921b/src/alejandra_cli/src/cli.rs#L198-L201
Also, @kamadorueda: is there a reason that the ads here are printed to stdout, when otherwise the status messages are printed to stderr? Seems like it could also break things....
@kamadorueda I'm also interested in seeing this addressed -- what do you think? (It's been a bit over 2 months since your opinion was asked for, so I figured I'd...
> Some of the binaries finds the libraries and sysroot by doing something like `readlink`ing itself, iirc rustc and clippy are two of them I'm confused. Why does it break...
This is failing due to the reduced test coverage. I can't figure out a way to test this behavior just from using `libnpmpack` -- I'd have to either spawn a...
@wraithgar I attempted to use spawk here, but am running into an issue. The command and arguments that are passed to `spawn` line up with what I'm mocking, but it...
It looks like [overriding `child_process.spawn`](https://github.com/wraithgar/spawk/blob/e38ad61c29668578789374e82c88495f3c11146f/lib/spawk.js#L105-L107) isn't working here, but I don't know why it would work in the other tests but not this one. (Maybe the package boundary?)
Hey @wraithgar, just bumping this in case you forgot about my last comment :)
I figured it out -- spawk needed to be initialized before everything else was imported. (Technically this would work all the same if I moved it before just a subset...