this post was submitted on 23 Oct 2025
22 points (100.0% liked)
Linux
9954 readers
217 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's why its in 25.10 before LTS release. To test "early" in real world environments and find these issues. But from the Rust UUtils project side, I wonder how they did not catch this, if its producing different output.
Because the date command fails most of its unit tests and they decided to ship it anyway. I would also argue they don't have anywhere near enough tests in the first place.
At least from test coverage point of view, I think they aim to have the same tests to pass as the original tools. Not all pass right now, so incompatibility is expected at some point, somewhere.