Uh oh!
There was an error while loading. Please reload this page.
Closed
Conversation
2 tasks
Trott
commented
Nov 20, 2019
Member
@nodejs/platform-windows @nodejs/fs |
bzoz
commented
Nov 20, 2019
Contributor
The change looks reasonable. Rubberstamp LGTM if the test fails without this change. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
addaleax
approved these changes
Nov 30, 2019
nodejs-github-bot
commented
Nov 30, 2019
Collaborator
jasnell
approved these changes
Dec 1, 2019
addaleax
commented
Dec 3, 2019
Member
Landed in 0e3d774 |
Merged
hyj1991 added a commit
to X-Profiler/xprofiler
that referenced
this pull request
Jan 17, 2020
hyj1991 added a commit
to X-Profiler/xprofiler
that referenced
this pull request
Jan 18, 2020
Ref: nodejs/node#30556 PR-URL: https://github.com/hyj1991/xprofiler/pull/46 Reviewed-BY: hyj1991 <yeekwanvong@gmail.com>
Merged
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #30538
Background
#18618 uses
accessinstead ofstatto implementfs.existsSync. Unfortunately, seems the two approaches both have some limitations at Windows:existsSyncstataccessfalsetrueThis PR adds a double check only at win32 platform to fix this issue.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes