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

Add ability to have relative file paths to unix machines #14

Closed
wants to merge 1 commit into from

Conversation

tracker-common
Copy link

The nix matcher would originally match relative paths on unix as windows files paths.
This allows the path to contain 0, 1 or 2 leading dots ('.') and corrects this bug.

The `nix` matcher would originally match relative paths on unix as windows files paths.
This allows the path to contain 0, 1 or 2 leading dots ('.') and corrects this bug.
@Swatinem
Copy link

Swatinem commented Feb 2, 2016

Yes please, this has led to a really difficult to debug error for me.

@stephenmathieson
Copy link

bump

@sokra
Copy link
Member

sokra commented Sep 7, 2016

Could you add test cases that test the complete behavior of this lib with relative paths?

@sokra
Copy link
Member

sokra commented Sep 7, 2016

Does it make sense to support relative paths? This is a filesystem impl and there is no cwd in this fs.

In my optinion this doesn't make sense.

@sokra sokra closed this Sep 7, 2016
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

4 participants