logoalt Hacker News

kjmrtoday at 12:57 AM3 repliesview on HN

Author of the article here. Sorry it comes across as “clickbait style” when actually it’s simply Dutch bluntness and honesty

poetry update also updates the lockfile. I really think the way the uv cli is organized makes it quite annoying to work with. It’s designed for correctness, for machines, not for user-friendliness.


Replies

epagetoday at 4:26 AM

Not having used uv but being on the Cargo team for Rust, I wish `cargo update` was `cargo lock update` because it is making our life more difficult to add a version requirement update command/mode inside of Cargo. The effort has been stalled for years.

- Our compatibility guarantees mean we can't fundamentally change `cargo update`

- Using the third-party package name of `cargo upgrade` would be confusing in the distinction between the two

- We have to be very careful adding the mode to the existing command

show 2 replies
DangitBobbytoday at 1:48 PM

It's not clickbait style.

__mharrison__today at 2:29 AM

Isn't designing for machines "the way" these days?

(Ducks...)