Zanie Blue
Zanie Blue
Yeah I think we're going to need to do something like that. I think the binary size increase in unacceptable for us and there's no reason for `uvx` to be...
Alright, this is nice and spicy. ``` ❯ ls -lah target/debug/uv target/debug/uvx -rwxr-xr-x 1 zb staff 81M Jun 28 23:16 target/debug/uv -rwxr-xr-x 1 zb staff 723K Jun 28 23:16 target/debug/uvx...
cargo-dist uses various methods depending on the distribution target, not just a symbolic link. I worry about having a different implementation across platforms, the complexity of handling this as a...
I can't find an obvious way to strip just one of the binaries.
I'll merge this all downstack into #4634 so we can merge something that passes CI but feel free to review separately.
Hey @caiquejjx — I've done this in #4630 but I appreciate the interest! How much Rust experience do you have? Are you looking for a very straight-forward task or something...
Also, in #4630 we note it'd be nice to include version numbers in the output of `uv tool list` and it'd be nice to display the installed entrypoints too if...
Sounds good! I've opened an issues for both of those. Let's chat over there. - https://github.com/astral-sh/uv/issues/4653 - https://github.com/astral-sh/uv/issues/4654
I kind of find `--invert` clearer, but we can provide a hidden alias `--reverse` for pipdeptree compatibility.
I did not test this since I don't have access to Windows, but it shouldn't cause any problems if it is not correct.