[PR #84] [MERGED] Move everything to ignore instead of jwalk #298

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/84
Author: @bootandy
Created: 3/23/2020
Status: Merged
Merged: 3/28/2020
Merged by: @bootandy

Base: masterHead: ab-add-test-for-hidden-file


📝 Commits (2)

  • 1953e10 Move everything to ignore instead of jwalk
  • 7cc7047 Move from assert_cli to assert_cmd

📊 Changes

7 files changed (+476 additions, -587 deletions)

View changed files

📝 Cargo.lock (+209 -240)
📝 Cargo.toml (+4 -2)
📝 src/main.rs (+9 -24)
📝 src/utils/mod.rs (+121 -167)
📝 src/utils/platform.rs (+12 -30)
📝 tests/tests.rs (+94 -84)
📝 tests/tests_symlinks.rs (+27 -40)

📄 Description

less code, ~ 15% faster.


🔄 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/84 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 3/23/2020 **Status:** ✅ Merged **Merged:** 3/28/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ab-add-test-for-hidden-file` --- ### 📝 Commits (2) - [`1953e10`](https://github.com/bootandy/dust/commit/1953e107c28feebe701a0c614407178ca2f995e1) Move everything to ignore instead of jwalk - [`7cc7047`](https://github.com/bootandy/dust/commit/7cc7047b2884e65537016707dedf0d408632f2a0) Move from assert_cli to assert_cmd ### 📊 Changes **7 files changed** (+476 additions, -587 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+209 -240) 📝 `Cargo.toml` (+4 -2) 📝 `src/main.rs` (+9 -24) 📝 `src/utils/mod.rs` (+121 -167) 📝 `src/utils/platform.rs` (+12 -30) 📝 `tests/tests.rs` (+94 -84) 📝 `tests/tests_symlinks.rs` (+27 -40) </details> ### 📄 Description less code, ~ 15% faster. --- <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:54 +03:00
zhus closed this issue 2026-06-08 11:26:55 +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#298