-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stream: stricter isReadableNodeStream #40941
stream: stricter isReadableNodeStream #40941
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
0b3bdd7
to
5e91917
Compare
5e91917
to
da437c1
Compare
90d6463
to
133cc2c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@Trott CI doesn't seem to be able to succeed. Not just this PR. Can we land without |
Oh, wait, for Jenkins, I don't think you need to rebase. I think a Rebuild rather than a Resume Build will rebase. I'll kick that job off now to see what happens. |
Commit Queue failed- Loading data for nodejs/node/pull/40941 ✔ Done loading data for nodejs/node/pull/40941 ----------------------------------- PR info ------------------------------------ Title stream: stricter isReadableNodeStream (#40941) Author Robert Nagy (@ronag) Branch ronag:is-readable-strict -> nodejs:master Labels stream, author ready, v17.x Commits 3 - stream: stricter isReadableNodeStream - fixup - fixup: lint Committers 1 - Robert Nagy PR-URL: https://github.com/nodejs/node/pull/40941 Fixes: https://github.com/nodejs/node/issues/40938 Reviewed-By: Matteo Collina Reviewed-By: James M Snell ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/40941 Fixes: https://github.com/nodejs/node/issues/40938 Reviewed-By: Matteo Collina Reviewed-By: James M Snell -------------------------------------------------------------------------------- ℹ This PR was created on Tue, 23 Nov 2021 17:11:36 GMT ✔ Approvals: 2 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/40941#pullrequestreview-814001663 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/40941#pullrequestreview-814084727 ✔ Last GitHub Actions successful ℹ Last Full PR CI on 2021-11-26T16:27:16Z: https://ci.nodejs.org/job/node-test-pull-request/41141/ - Querying data for job/node-test-pull-request/41141/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/master up to date... From https://github.com/nodejs/node * branch master -> FETCH_HEAD ✔ origin/master is now up-to-date - Downloading patch for 40941 From https://github.com/nodejs/node * branch refs/pull/40941/merge -> FETCH_HEAD ✔ Fetched commits as 43e127801425..133cc2c55270 -------------------------------------------------------------------------------- [master d8e39bc26c] stream: stricter isReadableNodeStream Author: Robert Nagy Date: Tue Nov 23 18:11:00 2021 +0100 3 files changed, 22 insertions(+), 2 deletions(-) [master a9a8e95738] fixup Author: Robert Nagy Date: Tue Nov 23 18:20:46 2021 +0100 1 file changed, 1 insertion(+), 3 deletions(-) [master 58fe8c2cba] fixup: lint Author: Robert Nagy Date: Tue Nov 23 18:22:56 2021 +0100 1 file changed, 13 insertions(+), 10 deletions(-) ✔ Patches applied There are 3 commits in the PR. Attempting autorebase. Rebasing (2/6)https://github.com/nodejs/node/actions/runs/1508434363 |
Landed in 49b8c4f |
@ronag is this only for 17.x? |
Fixes: #40938