Skip to content

Fix: make -R flag functional and add sequence handling in grep#2

Merged
polyedre merged 1 commit into
mainfrom
fix/recursive-flag-and-sequence-handling
Feb 25, 2026
Merged

Fix: make -R flag functional and add sequence handling in grep#2
polyedre merged 1 commit into
mainfrom
fix/recursive-flag-and-sequence-handling

Conversation

@polyedre
Copy link
Copy Markdown
Owner

  • Fix recursive flag to actually work (was ignored before)
  • Add proper sequence traversal in grep with array-style paths (e.g., items[0])
  • Add error handling for empty input and no matches in grep stdin
  • Apply clippy auto-fixes for needless borrows and collapsible ifs

- Fix recursive flag to actually work (was ignored before)
- Add proper sequence traversal in grep with array-style paths (e.g., items[0])
- Add error handling for empty input and no matches in grep stdin
- Apply clippy auto-fixes for needless borrows and collapsible ifs
@polyedre polyedre force-pushed the fix/recursive-flag-and-sequence-handling branch from f660f37 to ead1063 Compare February 25, 2026 22:07
@polyedre polyedre merged commit 3056237 into main Feb 25, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant