Skip to content

Fix/case insensitive extensions - #193

Merged
noamteyssier merged 3 commits into
dev-0.5.11from
fix/case-insensitive-extensions
Jul 6, 2026
Merged

Fix/case insensitive extensions#193
noamteyssier merged 3 commits into
dev-0.5.11from
fix/case-insensitive-extensions

Conversation

@noamteyssier

Copy link
Copy Markdown
Collaborator

No description provided.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces case-insensitive file format detection in src/cli/formats.rs with corresponding unit tests, adds an install recipe to the justfile, and refactors duplicate fuzzy searcher initialization logic across several files into a shared helper function build_fuzzy_searcher in src/commands/utils.rs. Feedback is provided to optimize the path extension parsing in FileFormat::from_path by reusing a single Split iterator instead of splitting the path multiple times.

Comment thread src/cli/formats.rs
@noamteyssier
noamteyssier merged commit 059581d into dev-0.5.11 Jul 6, 2026
8 checks passed
@noamteyssier
noamteyssier deleted the fix/case-insensitive-extensions branch July 6, 2026 23:53
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