mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Change the implementation of `rm -r` so that it is explicitly recursive so that (1) there is one code path regardless of whether `--verbose` is given and (2) it is easier to be compatible with GNU `rm`. This change eliminates a dependency on the `walkdir` crate. Fixes #7033, fixes #7305, fixes #7307. |
||
|---|---|---|
| .. | ||
| android-scripts | ||
| gnu-patches | ||
| analyze-gnu-results.sh | ||
| android-commands.sh | ||
| build-code_coverage.BAT | ||
| build-code_coverage.sh | ||
| build-gnu.sh | ||
| compare_gnu_result.py | ||
| deps.nu | ||
| dwr.sh | ||
| GHA-delete-GNU-workflow-logs.sh | ||
| gnu-json-result.py | ||
| publish.sh | ||
| remaining-gnu-error.py | ||
| rewrite_rules.rs | ||
| run-gnu-test.sh | ||
| show-code_coverage.BAT | ||
| show-code_coverage.sh | ||
| show-utils.BAT | ||
| show-utils.sh | ||
| size-experiment.py | ||
| test-repo-whitespace.BAT | ||
| update-version.sh | ||
| why-error.md | ||
| why-skip.md | ||