[PR #193] [MERGED] Fix Multi regex #349

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/193
Author: @bootandy
Created: 10/24/2021
Status: Merged
Merged: 10/24/2021
Merged by: @bootandy

Base: masterHead: multi_regex


📝 Commits (5)

  • f4b3fe4 Feature/Bugfix: Allow multiple regexs to be used
  • 086d0cd Tests: Add tests for multi regex support
  • fece9fe Cleanup: Remove unused comment
  • a130d99 Tests: Move test apparent size to exact_output
  • 84f5cc3 Cleanup: Vec -> &[]. Remove println.

📊 Changes

6 files changed (+104 additions, -57 deletions)

View changed files

📝 src/dir_walker.rs (+12 -12)
📝 src/main.rs (+18 -17)
📝 src/node.rs (+2 -2)
📝 src/utils.rs (+11 -9)
📝 tests/test_exact_output.rs (+19 -0)
📝 tests/test_flags.rs (+42 -17)

📄 Description

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


🔄 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/193 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 10/24/2021 **Status:** ✅ Merged **Merged:** 10/24/2021 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `multi_regex` --- ### 📝 Commits (5) - [`f4b3fe4`](https://github.com/bootandy/dust/commit/f4b3fe4fc2082a9cce0ed99f10cff627cd8b53b2) Feature/Bugfix: Allow multiple regexs to be used - [`086d0cd`](https://github.com/bootandy/dust/commit/086d0cd6b9ded27e67f988a97a32ee2f2cf987ac) Tests: Add tests for multi regex support - [`fece9fe`](https://github.com/bootandy/dust/commit/fece9fe3e5b7084ee78334b6b60ec828d2233995) Cleanup: Remove unused comment - [`a130d99`](https://github.com/bootandy/dust/commit/a130d99a1a558b8ab47b2d8698b266717ad4c8e5) Tests: Move test apparent size to exact_output - [`84f5cc3`](https://github.com/bootandy/dust/commit/84f5cc31f4ef1c77e08aa45849cf3d6d2e8e41c1) Cleanup: Vec -> &[]. Remove println. ### 📊 Changes **6 files changed** (+104 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `src/dir_walker.rs` (+12 -12) 📝 `src/main.rs` (+18 -17) 📝 `src/node.rs` (+2 -2) 📝 `src/utils.rs` (+11 -9) 📝 `tests/test_exact_output.rs` (+19 -0) 📝 `tests/test_flags.rs` (+42 -17) </details> ### 📄 Description https://github.com/bootandy/dust/issues/188 --- <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:24 +03:00
zhus closed this issue 2026-06-08 11:27:24 +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#349