mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #420] Handle ErrorKind::Interruped in walk #182
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wezm on GitHub (Jul 19, 2024).
Original GitHub issue: https://github.com/bootandy/dust/issues/420
While scanning a hierarchy
dustreported anErrorKind::Interrupederror.It appears this originates in:
https://github.com/bootandy/dust/blob/dbd18f90e7b184d12f14533e76e5915dbe4a2051/src/dir_walker.rs#L240
As per the docs I think this error should be detected and the
read_dirtried again.There's also some guidance in the
Readtrait docs:@bootandy commented on GitHub (Jan 26, 2025):
Fixed on master, will go out in next release
@wezm commented on GitHub (Jan 28, 2025):
Thank you 👍