uv/crates/uv-install-wheel
Charlie Marsh 57338e558c
Drop trailing arguments when writing shebangs (#14519)
## Summary

You can see in pip that they read the full first line, then replace it
with the rewritten shebang, thereby dropping any trailing arguments on
the shebang:
65da0ff534/src/pip/_internal/operations/install/wheel.py (L94)

In contrast, we currently retain them, but write them _after_ the
shebang, which is wrong.

Closes https://github.com/astral-sh/uv/issues/14470.
2025-07-09 10:51:06 -05:00
..
src Drop trailing arguments when writing shebangs (#14519) 2025-07-09 10:51:06 -05:00
Cargo.toml Add more context to errors in high level crates. (#13351) 2025-05-12 11:04:41 +00:00