forked from DGNum/colmena
3e7341a98c
This will substitute any invalid UTF-8 sequence with `\u{fffd}`. Such substitutions are okay for human-readable log outputs. Correctness: A side-effect of this is that it also affects the code that captures filesystem paths from stdout, in which case any substitution is unacceptable. Currently we only capture store paths from Nix, and Nix restricts characters allowed in derivation names. Nevertheless we will refactor this for correctness. Fixes #75. |
||
---|---|---|
.. | ||
command | ||
nix | ||
progress | ||
cli.rs | ||
error.rs | ||
job.rs | ||
main.rs | ||
troubleshooter.rs | ||
util.rs |