From 247332078fc3e6530e901f825ca2a98b199a472d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 19 Jun 2020 11:51:44 +0100 Subject: [PATCH] README.md: Clarify dirtying bug Signed-off-by: Ian Jackson --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9891e08..bd1581f 100644 --- a/README.md +++ b/README.md @@ -296,12 +296,13 @@ Limitations and bugs ==================== * nailing-cargo temporarily dirties your source trees, including - particularly `Cargo.toml` and `Cargo.lock`. If nailing-cargo - crashes or is interrupted these changes may be left behind; - running nailing-cargo again should clean up such a mess. - Unfortunately it is not possible to fix this bug because the cargo - team have deliberately made cargo inflexible - - [issue#6715](https://github.com/rust-lang/cargo/issues/6715). + particularly `Cargo.toml` and `Cargo.lock`; and if nailing-cargo + crashes or is interrupted these changes may be left behind. + Unfortunately it is not possible to avoid this temporary dirtying + because the cargo team have deliberately made cargo inflexible - + [issue#6715](https://github.com/rust-lang/cargo/issues/6715). + At least, running nailing-cargo again will clean up any mess + left by an interrupted run. * Out of tree builds require a unified filesystem view: eg, different users on the same host, NFS, or something. This could be improved. -- 2.30.2