Skip to content

feat: rework the fs::walk system#42

Merged
Pistonight merged 6 commits into
mainfrom
feat/better_walk
Jul 12, 2026
Merged

feat: rework the fs::walk system#42
Pistonight merged 6 commits into
mainfrom
feat/better_walk

Conversation

@Pistonight

@Pistonight Pistonight commented Jul 12, 2026

Copy link
Copy Markdown
Collaborator

consolidate glob.rs and walk.rs to use the walker in the ignore crate
the rust glob crate doesn't support {a,b} syntax while the ignore crate does.
the glob patterns are not compatible:

  • relative paths are treated as any path that ends/includes the pattern
  • absolute paths (starting with '/') are treated as relative to the root directory

@Pistonight
Pistonight merged commit d2535f7 into main Jul 12, 2026
4 checks passed
@Pistonight
Pistonight deleted the feat/better_walk branch July 12, 2026 20:55
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