Zanie Blue
Zanie Blue
I think I'd find this behavior really confusing. What if we provided a `UV_COMPILE_OUTPUT_FILE` environment variable instead that you could override with the command line?
This would also be resolved by #3049 / #1511 I presume?
> Certainly not suitable for aliases. I think you'd just write a simple bash function instead of an alias that sets a default value for the variable before calling into...
`--` is typically used to indicate you are passing options through to another tool. Is there a reason you're using it like this?
Oh! Thanks for clarifying haha interesting. We don't write our own completion tooling, not sure if we can do anything here. I wonder if this reproduces with a trivial clap...
The cache mounts seem nice to have but yeah per my earlier attempt in #995 probably not worth it in GitHub Actions. I did consider https://github.com/reproducible-containers/buildkit-cache-dance but it didn't seem...
Exciting! I'm not a good review for this one, but I wonder if it could be used to address https://github.com/astral-sh/uv/issues/1854 next?
Thanks for the contribution!
We actually stopped using the git2 crate so we may be able to support this easier now? cc @ibraheemdev
Someone want to share a minimal reproduction for this?