Uh oh!
There was an error while loading. Please reload this page.
doc: clarify behaviour of writeFile(fd) - #27282
Conversation
nodejs-github-bot
commented
Apr 17, 2019
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Buffer.from(options.encoding) seems a bit confusing here. Is something missing?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Are 1 and 2 skipped intentionally?
There was a problem hiding this comment.
Yes, now, the difference from fs.write() is described, rather than the previous more complicated way of describing the fd behaviour.
There was a problem hiding this comment.
3 was skipped as well -- which makes the entire previous list being replaced.
This is a continuing source of confusion, attempt to make it even more clear. Fixes: nodejs#24923
881b78c to
e9f2affComparesam-github
commented
Apr 22, 2019
@vsemozhetbyt PTAL |
sam-github
commented
Apr 24, 2019
This is a continuing source of confusion, attempt to make it even more clear. Fixes: nodejs#24923 PR-URL: nodejs#27282 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
sam-github
commented
Apr 24, 2019
Landed in a763de1 |
This is a continuing source of confusion, attempt to make it even more
clear.
Fixes: #24923
Checklist