Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upfs: add writev() promises version #29186
Conversation
nodejs-github-bot
added
the
fs
label
Aug 17, 2019
addaleax
approved these changes
Aug 17, 2019
Trott
approved these changes
Aug 17, 2019
jasnell
approved these changes
Aug 18, 2019
This comment has been minimized.
This comment has been minimized.
vsemozhetbyt
reviewed
Aug 18, 2019
This comment has been minimized.
This comment has been minimized.
cjihrig
force-pushed the
cjihrig:prom-writev
branch
from
e5424c9
to
b25119b
Aug 19, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
commented
Aug 19, 2019
•
|
CI: https://ci.nodejs.org/job/node-test-pull-request/25098/ EDIT: CI was green. |
cjihrig
added
the
author ready
label
Aug 19, 2019
cjihrig
force-pushed the
cjihrig:prom-writev
branch
from
b25119b
to
f30f465
Aug 19, 2019
cjihrig
force-pushed the
cjihrig:prom-writev
branch
from
f30f465
to
8d100c2
Aug 19, 2019
This comment has been minimized.
This comment has been minimized.
|
Landed in 9f9a201...8d100c2. Thanks for the reviews. |
cjihrig
closed this
Aug 19, 2019
cjihrig
deleted the
cjihrig:prom-writev
branch
Aug 19, 2019
cjihrig
merged commit 8d100c2
into
nodejs:master
Aug 19, 2019
targos
added a commit
that referenced
this pull request
Aug 20, 2019
targos
added a commit
that referenced
this pull request
Aug 20, 2019
targos
added a commit
that referenced
this pull request
Aug 20, 2019
targos
added a commit
that referenced
this pull request
Aug 20, 2019
This was referenced Aug 20, 2019
ronag
added a commit
to nxtedition/node
that referenced
this pull request
Aug 23, 2019
JeniaBR
added a commit
to JeniaBR/node
that referenced
this pull request
Sep 11, 2019
JeniaBR
added a commit
to JeniaBR/node
that referenced
this pull request
Sep 11, 2019
JeniaBR
added a commit
to JeniaBR/node
that referenced
this pull request
Sep 11, 2019
JeniaBR
added a commit
to JeniaBR/node
that referenced
this pull request
Sep 11, 2019
JeniaBR
added a commit
to JeniaBR/node
that referenced
this pull request
Sep 11, 2019
JeniaBR
added a commit
to JeniaBR/node
that referenced
this pull request
Sep 11, 2019
Sign up for free
to 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.
cjihrig commentedAug 17, 2019
#25925 added
fs.writev()andfs.writevSync(), but did not include aPromises based equivalent. This commit adds the missing method.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes