-
Notifications
You must be signed in to change notification settings - Fork 79
Implement : Chained Type matcher arguments #527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
3ff6181
code dump
Crypto-Darth c4a06b0
fix : new checks + working stage
Crypto-Darth 34202b2
minor fixes + duplicates check
Crypto-Darth 6861958
fix : add check for incorrect chained commands
Crypto-Darth 4d55911
add : Chained Argument matching for -xtype
Crypto-Darth c67cf31
add: test
Crypto-Darth 6800fb7
Merge branch 'uutils:main' into type_matcher
Crypto-Darth 84bff99
cargo fmt
Crypto-Darth 28fc28e
Add : more tests + old test fix
Crypto-Darth 7e8fa39
refactor : move common code to function
Crypto-Darth 9dfbcf7
Merge branch 'uutils:main' into type_matcher
Crypto-Darth e173233
fix : convert match to if/else
Crypto-Darth 27c4ad6
Improve : Testcase for xtype
Crypto-Darth 9406aaa
cargo clippy fix
Crypto-Darth 303fd78
update : testcase
Crypto-Darth 87e018b
fix : error handling
Crypto-Darth dcaee19
fix : use single type
Crypto-Darth 8bb979e
add: basic tests on binary level
Crypto-Darth 3295adc
Add : -xtype tests
Crypto-Darth 295dc0b
refactor : use single type without Option<>
Crypto-Darth b2cc194
fix : use better search logic
Crypto-Darth 2ef8685
refactor : use HashSet<> instead of Vec<>
Crypto-Darth 66f3e37
remove : unnecessary hashmap usage
Crypto-Darth 4c221fc
Update src/find/matchers/type_matcher.rs
Crypto-Darth 113b5d9
change: variable name
Crypto-Darth d55873b
remove: type and replace with HashSet<FileType>
Crypto-Darth 7ceaabd
Merge branch 'uutils:main' into type_matcher
Crypto-Darth 8ffc30d
remove: trimming
Crypto-Darth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.