mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #193] [MERGED] Fix Multi regex #349
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:multi_regex📝 Commits (5)
f4b3fe4Feature/Bugfix: Allow multiple regexs to be used086d0cdTests: Add tests for multi regex supportfece9feCleanup: Remove unused commenta130d99Tests: Move test apparent size to exact_output84f5cc3Cleanup: 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.