|
|
Log in / Subscribe / Register

Fast upgrades

Fast upgrades

Posted Apr 24, 2026 10:00 UTC (Fri) by taladar (subscriber, #68407)
In reply to: Fast upgrades by kleptog
Parent article: Dependency-cooldown discussions warm up

There is another downside to that idea.

Lets say I am one of the many small library maintainers who is actually using my own library in some other project. I discover I am missing a feature.

Today I can just add that feature to the library, publish it and immediately keep working on the other project using the published version.

With the upload queue idea I would have to work around the fact that my finished update (as far as I am concerned) is delayed before it is published, causing extra work, especially when it is not just one but potentially a chain of 3 or 4 packages each depending on the last.


to post comments

Fast upgrades

Posted Apr 25, 2026 0:50 UTC (Sat) by mathstuf (subscriber, #69389) [Link]

See https://lwn.net/Articles/1069144/. If you explicitly request the version (i.e., update Cargo.toml), you get it. But a blind `cargo update` would not. If I were implementing it.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds