9 Commits

Author SHA1 Message Date
Guillem L. Jara 8b29b26050 chore: add rustfmt.toml
Pretty sure nobody was working on anything atm, sorry otherwise...
2026-05-24 02:46:09 +02:00
Guillem L. Jara c039db632b tests: temporarily supress interpreter tests 2026-05-24 01:06:25 +02:00
Guillem L. Jara 97968d7467 fix: migrate ctor to v1 2026-05-08 07:37:39 +02:00
Guillem L. Jara 1c859fb126 chore: add file headings 2026-05-07 15:03:33 +02:00
Guillem L. Jara 35cf75424c tests: fix CI 2026-05-07 14:44:22 +02:00
SAY-5 4a5d83e56f fix: handle write errors gracefully instead of panicking on /dev/full
Replace println! with writeln!(io::stdout(), ...) and handle BrokenPipe
silently, other I/O errors via stderr + exit 1. Matches the uutils
convention used in coreutils' true.rs.

Fixes #5

Signed-off-by: SAY-5 <saiasish.cnp@gmail.com>
2026-05-07 14:37:39 +02:00
Guillem L. Jara 2489fc45cb tests: fix incorrect argument passing; new test 2026-05-03 13:35:32 +02:00
Sylvestre Ledru 35843f4289 test: add uutests-based smoke tests 2026-04-30 19:20:34 +02:00
Guillem L. Jara 1609ff1b1c Initial commit 2026-04-29 22:16:25 +02:00