Uh oh!
There was an error while loading. Please reload this page.
tty: enable buffering - #39253
Conversation
HWM was set to 0 which would cause e.g. stdout.write(...) to always return false. Refs: nodejs#39246
ronag
commented
Jul 3, 2021
@targos not sure who's a good ping on this module? |
ronag
commented
Jul 3, 2021
@nodejs/streams |
wa-Nadoo
commented
Jul 3, 2021
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. |
nodejs-github-bot
commented
Jul 4, 2021
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ronag
commented
Jul 5, 2021
@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? |
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Jul 5, 2021
ronag
commented
Jul 7, 2021
Landed in a8a8638 |
HWM was set to 0 which would cause e.g. stdout.write(...) to
always return false.
Partly reverts 954217a
Refs: #39246