[PR #163] [MERGED] bugfix: Fix crash when using '-f' flag #336

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/163
Author: @bootandy
Created: 7/28/2021
Status: Merged
Merged: 7/29/2021
Merged by: @bootandy

Base: masterHead: bugfix


📝 Commits (1)

  • a71942d bugfix: Fix crash when using '-f' flag

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/display.rs (+1 -1)

📄 Description

The old code was subtly different in the way the root node worked. This
changed in the v0.6.0 version when dependencies were removed. The code
to handle file count was never updated

https://github.com/bootandy/dust/issues/162


🔄 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/163 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 7/28/2021 **Status:** ✅ Merged **Merged:** 7/29/2021 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `bugfix` --- ### 📝 Commits (1) - [`a71942d`](https://github.com/bootandy/dust/commit/a71942d0ac135f7c9d6685f79bb718190c9dca27) bugfix: Fix crash when using '-f' flag ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/display.rs` (+1 -1) </details> ### 📄 Description The old code was subtly different in the way the root node worked. This changed in the v0.6.0 version when dependencies were removed. The code to handle file count was never updated https://github.com/bootandy/dust/issues/162 --- <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:16 +03:00
zhus closed this issue 2026-06-08 11:27:17 +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#336