[PR #242] [MERGED] Fix: Permissions #373

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/242
Author: @bootandy
Created: 8/19/2022
Status: Merged
Merged: 8/19/2022
Merged by: @bootandy

Base: masterHead: fix_permissions


📝 Commits (2)

  • 05407c6 Fix: Permissions
  • 05d4094 Tests: Check stderr is empty in test_flags

📊 Changes

2 files changed (+11 additions, -4 deletions)

View changed files

📝 src/dir_walker.rs (+4 -1)
📝 tests/test_flags.rs (+7 -3)

📄 Description

Stop incorrect reporting of "Did not have permissions" this would
happen where dust is called with a file instead of a directory.

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


🔄 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/242 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 8/19/2022 **Status:** ✅ Merged **Merged:** 8/19/2022 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `fix_permissions` --- ### 📝 Commits (2) - [`05407c6`](https://github.com/bootandy/dust/commit/05407c6598f0e767c9b3a9d9d2416162994e4683) Fix: Permissions - [`05d4094`](https://github.com/bootandy/dust/commit/05d40948b91384fa78452e56ca5f829b46b5bbcd) Tests: Check stderr is empty in test_flags ### 📊 Changes **2 files changed** (+11 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/dir_walker.rs` (+4 -1) 📝 `tests/test_flags.rs` (+7 -3) </details> ### 📄 Description Stop incorrect reporting of "Did not have permissions" this would happen where dust is called with a file instead of a directory. https://github.com/bootandy/dust/issues/241 --- <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:38 +03:00
zhus closed this issue 2026-06-08 11:27:39 +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#373