[PR #47] [MERGED] Ab bug fix #272

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/47
Author: @bootandy
Created: 12/23/2019
Status: Merged
Merged: 12/31/2019
Merged by: @bootandy

Base: masterHead: ab-bug-fix


📝 Commits (4)

  • b934445 Pin jwalk to dependency version
  • ef66fb3 Remove useless sort
  • 311bc45 Verify that '/' is parent of everything
  • 356d14a Hack fix around JWalk behaviour.

📊 Changes

3 files changed (+21 additions, -3 deletions)

View changed files

📝 Cargo.toml (+1 -1)
📝 src/main.rs (+0 -1)
📝 src/utils/mod.rs (+20 -1)

📄 Description

Fix: https://github.com/bootandy/dust/issues/44

Resolve issue with the root node not appearing and the root node being repeated on small directories.


🔄 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/47 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 12/23/2019 **Status:** ✅ Merged **Merged:** 12/31/2019 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ab-bug-fix` --- ### 📝 Commits (4) - [`b934445`](https://github.com/bootandy/dust/commit/b934445e04c418bb30c93d5f552b3e662e716dc1) Pin jwalk to dependency version - [`ef66fb3`](https://github.com/bootandy/dust/commit/ef66fb393852ac505488c6b73c46e6671766b4c4) Remove useless sort - [`311bc45`](https://github.com/bootandy/dust/commit/311bc4538857dfbd72207ec273a1bacb22504116) Verify that '/' is parent of everything - [`356d14a`](https://github.com/bootandy/dust/commit/356d14ac0fcb65959369eab9fb7f5c1503a2f872) Hack fix around JWalk behaviour. ### 📊 Changes **3 files changed** (+21 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) 📝 `src/main.rs` (+0 -1) 📝 `src/utils/mod.rs` (+20 -1) </details> ### 📄 Description Fix: https://github.com/bootandy/dust/issues/44 Resolve issue with the root node not appearing and the root node being repeated on small directories. --- <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:26:39 +03:00
zhus closed this issue 2026-06-08 11:26:40 +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#272