mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #112] Use of -d flag should not change calculated sizes #45
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 @rylwin on GitHub (Sep 3, 2020).
Original GitHub issue: https://github.com/bootandy/dust/issues/112
I was giving dust a try and noticed that the use of the
-dflag changes the displayed sizes of the directories, whereas I would have expect each directory to be the same size, but with fewer sub-levels displayed. Is this the expected behavior, a bug, or user error?Here's the output of the dust repo after cloning it, comparing
du,dust -bd1, anddust -b(using -b for more readable output below):@bootandy commented on GitHub (Sep 3, 2020):
that looks like a bug. Well found.
@bootandy commented on GitHub (Sep 3, 2020):
Seems to be caused by moving crates to ignore from jwalk by:
1953e107.