lychee/lychee-bin
Matthias f2d7abbc29
Fix broken pipe when dumping links (#339)
When piping the output of lychee's `--dump` output to another program,
we can run into issues with broken pipes as described in
https://github.com/rust-lang/rust/issues/46016
and https://gabebw.com/blog/2019/10/13/learning-rust-by-candlelight
To avoid this, we use the underlying writeln macro and check the
returned `ErrorKind`.
2021-09-20 12:12:35 +02:00
..
src Fix broken pipe when dumping links (#339) 2021-09-20 12:12:35 +02:00
tests Silently ignore absolute paths without base (fixes #320) (#338) 2021-09-20 11:13:30 +02:00
Cargo.toml Bump tracing-subscriber from 0.2.22 to 0.2.23 (#334) 2021-09-20 11:13:41 +02:00
LICENSE-APACHE Major refactor of codebase (#208) 2021-04-15 01:24:11 +02:00
LICENSE-MIT Major refactor of codebase (#208) 2021-04-15 01:24:11 +02:00