-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
windows symlinks (aka junctions) mess up the is-outside-dir logic #46
Comments
Fun fact: using a Suppose you've got a dev tree that's hitting the Windows long filename issues in some spots (yeah, some git (GUI) tools still fail on the classic 260 limit 😢 ) and you 'fix' that by doing this in your root project/git repo path:
and then switch to your regular bash+git+whatnot environment, addressing everything as a The result: Happens for any project here where your path are based off a |
^^^^^ Just in case someone gets the wrong idea here: let me emphasize: Everything is under that new '/z/' root! That's the git repo itself, all the projects and related files. All the npm-install tools too! So this is emphatically NOT about jumping roots or symlinks half-way up the ladder anywhere. That
|
This is the culprit behind: istanbuljs/nyc#1381
I'll open a PR about it soon
The text was updated successfully, but these errors were encountered: