Uh oh!
There was an error while loading. Please reload this page.
stream: remove ambiguous code - #29664
Conversation
mscdex
commented
Sep 23, 2019
s/ambigious/ambiguous/ in commit message |
ronag
commented
Sep 23, 2019
Not sure what you meant. But I'm guess it's the misspelling. Fixed. |
ronag
commented
Sep 23, 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.
mcollina
commented
Sep 27, 2019
PR-URL: #29664 Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
JungMinu
commented
Sep 29, 2019
Landed in ce62e96 |
BridgeAR
commented
Oct 9, 2019
@ronag I guess this depends on other PRs that need backporting first? This currently causes conflicts that are not obvious to resolve. Would you be so kind and check if other PRs need backporting first and add that as well / open a backport if you think that's useful here? |
This is probably about to be reverted in #29717 (comment). I will look into backporting this if/when this becomes relevant again. |
MylesBorins
commented
Jan 10, 2020
quick ping re: backport |
PR-URL: nodejs#29664 Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: nodejs#29664 Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
sxa
commented
Jan 24, 2020
@MylesBorins In view of 8c60685#diff-009356850b536cab27b019ba8ad15e72 are you sure this should be backported? |
MylesBorins
commented
Jan 24, 2020
Seems like it shouldn't |
This cleans up some ambiguous code. I don't believe this actually causes any observable change of behaviour.
writable,readableis supposed to indicate the type of the stream, which does not change... this PR makes the code less confusingChecklist
make -j4 test(UNIX), orvcbuild test(Windows) passes