FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

module: fix stat with long paths on windows by Fishrock123 · Pull Request #2011 · nodejs/node · GitHub

/ node Public

module: fix stat with long paths on windows - #2011

Closed
Fishrock123 wants to merge 1 commit into
nodejs:masterfrom
Fishrock123:fix-module-long-path-windows
Closed

module: fix stat with long paths on windows#2011
Fishrock123 wants to merge 1 commit into
nodejs:masterfrom
Fishrock123:fix-module-long-path-windows

Conversation

Copy link
Copy Markdown
Contributor

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

Fishrock123 added the module Issues and PRs related to the module subsystem. label Jun 18, 2015

Copy link
Copy Markdown
Member

LGTM but a regression test would be nice.

targos commented Jun 18, 2015

Copy link
Copy Markdown
Member

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

targos commented Jun 18, 2015

Copy link
Copy Markdown
Member

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

ChALkeR commented Jun 18, 2015

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
Contributor Author

targos commented Jun 18, 2015

Copy link
Copy Markdown
Member

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

mscdex added the windows Issues and PRs related to the Windows platform. label Jun 18, 2015

Copy link
Copy Markdown
Contributor Author

CI on master does not appear to catch it?

targos commented Jun 18, 2015

Copy link
Copy Markdown
Member

apparently not 😞

Copy link
Copy Markdown
Contributor

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

+1

Copy link
Copy Markdown
Contributor Author

#2013

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

6 participants


Back | FazBrowse Home | New Git URL