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

module: fix stat with long paths on windows #2011

Closed

Conversation

Fishrock123
Copy link
Member

See https://github.com/nodejs/io.js/pull/1920/files#r32701699, this also requires the long path fix from #1991

@Fishrock123 Fishrock123 added the module Issues and PRs related to the module subsystem. label Jun 18, 2015
@bnoordhuis
Copy link
Member

LGTM but a regression test would be nice.

@targos
Copy link
Member

targos commented Jun 18, 2015

this test I added in #1991 may be enough. I can try when I am back home.

@targos
Copy link
Member

targos commented Jun 18, 2015

or start a CI on master ? It will fail if I am right

@ChALkeR
Copy link
Member

ChALkeR commented Jun 18, 2015

I still think that it might be better to wrap internalModuleStat and internalModuleReadFile

@Fishrock123
Copy link
Member Author

@targos
Copy link
Member

targos commented Jun 18, 2015

@ChALkeR I agree. We can introduce internal/fs to expose the wrapped functions

@mscdex mscdex added the windows Issues and PRs related to the Windows platform. label Jun 18, 2015
@Fishrock123
Copy link
Member Author

CI on master does not appear to catch it?

@targos
Copy link
Member

targos commented Jun 18, 2015

apparently not 😞

@vkurchatkin
Copy link
Contributor

I still think that it might be better to wrap internalModuleStat and internalModuleReadFile…

+1

@Fishrock123
Copy link
Member Author

#2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module Issues and PRs related to the module subsystem. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants