mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #162] 'attempt to subtract with overflow', src/display.rs:322:13 #71
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 @DmitriK on GitHub (Jul 28, 2021).
Original GitHub issue: https://github.com/bootandy/dust/issues/162
Stumbled upon this when trying to run 'dust -f' on my music directory and ended up with this in release build:
Re-ran dust as a debug build and got the error in the title. I haven't dug further, but I'm guessing it's due to some rather long path/filenames that I have that's hitting this.
@bootandy commented on GitHub (Jul 28, 2021):
Thanks.
I've been able to make it fail with the '-f' flag on one of my directories so I can reproduce it. I'll investigate and fix.
@bootandy commented on GitHub (Jul 28, 2021):
Seems to be a bug introduced with the v0.6.0. Installing the old version and it works:
cargo install du-dust --version 0.5.4.I'll look into it.
@bootandy commented on GitHub (Jul 28, 2021):
Found the bug. Thanks for the report. It'll be fixed with v 0.6.2