fix: single file hash groups printed to screen

This commit is contained in:
sreedevk
2025-07-19 14:17:59 +00:00
parent 360af25318
commit f5d2d4e22c
6 changed files with 49 additions and 21 deletions

View File

@@ -155,6 +155,8 @@ dust 'bench_artifacts'
## proposed
- [ ] parallelization
- [ ] scanning + processing sw + processing hw + formatting + printing
- [ ] user supplied cache file path for faster re-runs
- [ ] hardlinks / symlinks support
- [ ] max file path size should use the last set of duplicates
- [ ] add more unit tests
- [ ] test against different filesystems
@@ -177,6 +179,9 @@ dust 'bench_artifacts'
- [ ] append the offset between the last initial page hashed and the first final page hashed in the content passed to the hasher.
- [ ] fix: --exclude-types and --types flag behave identically.
## v0.3.2
- [x] fix: single file groups are printed to screen
## v0.3.1
- [x] parallelization
- [x] (scanning + processing sw + processing hw) & formatting & printing