Ubuntu 25.10 Replaces GNU Coreutils with Rust Uutils
altusintel.com
Ubuntu 25.10 Replaces GNU Coreutils with Rust Uutils
1–10 of 24 posts
Re: Ubuntu 25.10 Replaces GNU Coreutils with Rust Uutils
#2[1] https://discourse.ubuntu.com/t/carefully-but-purposefully-ox...
Re: Ubuntu 25.10 Replaces GNU Coreutils with Rust Uutils
#3Re: Ubuntu 25.10 Replaces GNU Coreutils with Rust Uutils
#4Re: Ubuntu 25.10 Replaces GNU Coreutils with Rust Uutils
#5Re: Ubuntu 25.10 Replaces GNU Coreutils with Rust Uutils
#6That's the worst idea I've seen in a while. People rely on the behaviors of the GNU coreutils, this is going to break a lot of stuff. The uutils are not there yet at all.
Re: Ubuntu 25.10 Replaces GNU Coreutils with Rust Uutils
#7Re: Ubuntu 25.10 Replaces GNU Coreutils with Rust Uutils
#8…
> Last week, the issue of the package uutils coreutils 0.0.30 successfully passed 507 tests (in the last issue of 506, in a year old – 476) from the standard GNU Coreutils test set.
If I’m reading this right then there are on average only one to five tests per utility (like cat, dd, …) which is a shockingly low number. Particularly when you consider how many options a single command alone might accept. And of course, this alone would not even remotely cover a critical part of all the circumstances that might vary.
Re: Ubuntu 25.10 Replaces GNU Coreutils with Rust Uutils
#9Re: Ubuntu 25.10 Replaces GNU Coreutils with Rust Uutils
#10Does this fix something specific with coreutils (is there no way to upstream patches?)? Or is it that rust is supposed to save us from some class of unknowns (related to memory safety?)?