Uh oh!
There was an error while loading. Please reload this page.
stream: fix legacy pipe error handling - #35257
Conversation
0aace1a to
c07e7a5Comparec07e7a5 to
85a930cComparenodejs-github-bot
commented
Sep 18, 2020
Uh oh!
There was an error while loading. Please reload this page.
edf0ed1 to
56e479bCompareronag
commented
Sep 20, 2020
@nodejs/streams |
Trott
commented
Sep 22, 2020
Needs a rebase. Looks good to me, but I'm usually hesitant to 👍 a streams change without someone from @nodejs/streams 👍 it first. |
56e479b to
f750a74Comparenodejs-github-bot
commented
Sep 22, 2020
Uh oh!
There was an error while loading. Please reload this page.
8f4f1a6 to
c215a0eComparenodejs-github-bot
commented
Sep 22, 2020
Commit Queue failed- Loading data for nodejs/node/pull/35257 ✔ Done loading data for nodejs/node/pull/35257 ----------------------------------- PR info ------------------------------------ Title stream: fix legacy pipe error handling (#35257) Author Robert Nagy (@ronag) Branch ronag:legacy-error-handling -> nodejs:master Labels lts-watch-v12.x, stream Commits 2 - stream: fix legacy pipe error handling - fixup Committers 1 - Robert Nagy PR-URL: https://github.com/nodejs/node/pull/35257 Fixes: https://github.com/nodejs/node/issues/35237 Reviewed-By: Matteo Collina Reviewed-By: Luigi Pinca ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/35257 Fixes: https://github.com/nodejs/node/issues/35237 Reviewed-By: Matteo Collina Reviewed-By: Luigi Pinca -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last review: ⚠ - fixup ✖ GitHub CI is still running ℹ Last Full PR CI on 2020-09-22T20:58:51Z: https://ci.nodejs.org/job/node-test-pull-request/33202/ - Querying data for job/node-test-pull-request/33202/ ✔ Build data downloaded ✔ Last Jenkins CI successful ℹ This PR was created on Fri, 18 Sep 2020 13:39:55 GMT ✔ Approvals: 2 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/35257#pullrequestreview-493519435 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/35257#pullrequestreview-493754259 -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu |
ronag
commented
Sep 23, 2020
@mcollina do you know if the commit queue auto squashes? |
Fixes: nodejs#35237 PR-URL: nodejs#35257 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Trott
commented
Sep 23, 2020
Landed in 6be80e1 |
lundibundi
commented
Sep 23, 2020
@ronag no it doesn't, it will only autosquash if used with I've implemented nodejs/node-core-utils#490 but it is not yet integrated into this repo. |
MylesBorins
commented
Sep 24, 2020
This doesn't land cleanly on v14.x @ronag would you be able to backport? |
Fixes: nodejs#35237 PR-URL: nodejs#35257 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
richardlau
commented
Dec 14, 2021
This has a |
Fixes: #35237
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes