Skip to content
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

Make filtering by cwd case sensitive #778

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sholderbach
Copy link
Member

Taken from #777

Feedback wanted on:

Making cwd matching case sensitive. On windows paths are not necessarily case sensitive when asking for them. would this be a problem. otherwise would incresase correctness on case sensitive file systems.

  • Make cwd prefix case sensitive as well
  • Use instr for cwd as well

Discuss:
- Windows FS operations can be case-insensitive for the user
- Can the actual operations through which we gather the `cwd` return
different case?
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.

None yet

1 participant