-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
module: fix stat with long paths on windows #2011
module: fix stat with long paths on windows #2011
Conversation
LGTM but a regression test would be nice. |
this test I added in #1991 may be enough. I can try when I am back home. |
or start a CI on master ? It will fail if I am right |
I still think that it might be better to wrap |
@ChALkeR I agree. We can introduce |
CI on master does not appear to catch it? |
apparently not 😞 |
+1 |
See https://github.com/nodejs/io.js/pull/1920/files#r32701699, this also requires the long path fix from #1991