[PR #66] [MERGED] Refactor code #282

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/66
Author: @bootandy
Created: 2/9/2020
Status: Merged
Merged: 2/9/2020
Merged by: @bootandy

Base: masterHead: ab-refactor


📝 Commits (5)

  • 8a9b5e8 Refactor path depth calculation
  • 2082141 Add tests for should_ignore_file function
  • b6aa137 Fix bug for devices and apparent size
  • be2250d Refactor: use if let instead of is_some
  • c408d88 Update docs for -X flag.

📊 Changes

3 files changed (+58 additions, -28 deletions)

View changed files

📝 README.md (+1 -1)
📝 src/main.rs (+1 -1)
📝 src/utils/mod.rs (+56 -26)

📄 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/66 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 2/9/2020 **Status:** ✅ Merged **Merged:** 2/9/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ab-refactor` --- ### 📝 Commits (5) - [`8a9b5e8`](https://github.com/bootandy/dust/commit/8a9b5e889df8795599d6c3db3abf90d6ef7ce418) Refactor path depth calculation - [`2082141`](https://github.com/bootandy/dust/commit/2082141dfc7aaf616c9af91851cf7b2c4f09b1ff) Add tests for should_ignore_file function - [`b6aa137`](https://github.com/bootandy/dust/commit/b6aa1378de8b8ba810caa600febf7f9f0c5f6b6f) Fix bug for devices and apparent size - [`be2250d`](https://github.com/bootandy/dust/commit/be2250d24143b31d528e06a0a91e38dcf82ba4db) Refactor: use if let instead of is_some - [`c408d88`](https://github.com/bootandy/dust/commit/c408d8887dae315135e980d05653046245260b4f) Update docs for -X flag. ### 📊 Changes **3 files changed** (+58 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `src/main.rs` (+1 -1) 📝 `src/utils/mod.rs` (+56 -26) </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:26:45 +03:00
zhus closed this issue 2026-06-08 11:26:46 +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#282