Closed
Conversation
Contributor
|
It's not ensured because the user's |
Member
Author
|
Should that even be a valid option for |
Member
Author
|
I’ll update the PR if the consensus is to keep the check. But the error needs to be passed to the callback to ‘Writable’ and not directly emitted. Also do we then also need this check for writev? |
Member
Author
|
Fixed so that |
70f1792 to
0e1f130
Compare
addaleax
approved these changes
Aug 8, 2019
lpinca
approved these changes
Aug 9, 2019
Collaborator
Trott
approved these changes
Aug 11, 2019
Member
Author
|
@Trott this seems ready? |
Member
Member
|
Extra-cautious CITGM: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1970/ (queued) |
Contributor
|
@ronag Would you be able to rebase this and take a look at the conflict? Thanks |
Member
Author
|
@danbev: rebased |
mcollina
reviewed
Aug 26, 2019
This was referenced Jan 20, 2021
This was referenced Sep 5, 2021
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
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.
Writablealready assures that onlyBuffer's are passed to_write. Also this is not the "correct" way to handle errors inside_write.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes