Closed
Conversation
HWM was set to 0 which would cause e.g. stdout.write(...) to always return false. Refs: nodejs#39246
Member
Author
|
@targos not sure who's a good ping on this module? |
Member
Author
|
@nodejs/streams |
|
I think the highWaterMark removal from is_main_thread.js (954217a#diff-c09055446adf1d69b81595307e964da2121690a1d1bf2121845c9fcac0d86c86L152) should be reverted too. It was added years ago (bb56dcc#diff-36b7877cd8c72d2e5aa27243c142181d67d7be164927bae7503af6a720203aaeR500), and its removal can be pretty breaking. |
Collaborator
addaleax
reviewed
Jul 4, 2021
ronag
commented
Jul 5, 2021
Member
Author
|
@addaleax this is a partial revert. Isn't it better without the semver major label and instead don't land labels or what's the thought? |
Collaborator
Member
Author
|
Landed in a8a8638 |
2 tasks
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.
HWM was set to 0 which would cause e.g. stdout.write(...) to
always return false.
Partly reverts 954217a
Refs: #39246