[PR #286] [MERGED] Fix https://github.com/bootandy/dust/issues/282 #400

Closed
opened 2026-06-08 11:27:53 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/286
Author: @bootandy
Created: 1/5/2023
Status: Merged
Merged: 1/5/2023
Merged by: @bootandy

Base: masterHead: fix2


📝 Commits (2)

  • c457a29 fix: bug where hard links could be double counted
  • 07c228f Fix: depth=0 bug for multiple arguments

📊 Changes

4 files changed (+59 additions, -27 deletions)

View changed files

📝 src/dir_walker.rs (+2 -1)
📝 src/filter.rs (+9 -2)
📝 tests/test_flags.rs (+1 -0)
📝 tests/tests_symlinks.rs (+47 -24)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/286 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 1/5/2023 **Status:** ✅ Merged **Merged:** 1/5/2023 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `fix2` --- ### 📝 Commits (2) - [`c457a29`](https://github.com/bootandy/dust/commit/c457a295b5f8640cae27c035cb40af8907cbdc4c) fix: bug where hard links could be double counted - [`07c228f`](https://github.com/bootandy/dust/commit/07c228fd0856259a046aefa9f4136effbb287340) Fix: depth=0 bug for multiple arguments ### 📊 Changes **4 files changed** (+59 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `src/dir_walker.rs` (+2 -1) 📝 `src/filter.rs` (+9 -2) 📝 `tests/test_flags.rs` (+1 -0) 📝 `tests/tests_symlinks.rs` (+47 -24) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:27:53 +03:00
zhus closed this issue 2026-06-08 11:27:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#400