You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixesuutils#10192 - fix(comm): improve stdout handling and add test for lossy UTF-8 output (uutils#10206)
* fix(comm): improve stdout handling and add test for lossy UTF-8 output
* run cargo fmt
* perf(comm): use BufWriter for buffered stdout output
Wrap stdout in BufWriter to improve performance and avoid
duplicate error messages, matching GNU comm behavior.
* fix: refactor write operations in comm to use a dedicated function
* comm: use translate!
---------
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
0 commit comments