fix uniq -c
fix uniq -c
Posted Mar 1, 2025 17:00 UTC (Sat) by jkingweb (subscriber, #113039)In reply to: fix uniq -c by stijn
Parent article: Rewriting essential Linux packages in Rust
The trouble with writing a drop-in replacement for X while trying to also improve on X is that as X changes, you may cease to be a drop-in replacement because your enhancements become incompatible with new functionality. MariaDB ran into this problem.
