Skip to content

stream: allow returning null from pipeline tail - #42078

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
nxtedition:pipeline-null
Feb 25, 2022
Merged

stream: allow returning null from pipeline tail#42078
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
nxtedition:pipeline-null

Conversation

@ronag

Copy link
Copy Markdown
Member

No description provided.

@ronagronag added the stream Issues and PRs related to the stream subsystem. label Feb 22, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/streams

@ronag

Copy link
Copy Markdown
MemberAuthor

@nodejs/streams

@nodejs-github-botnodejs-github-bot added the needs-ci PRs that need a full CI run. label Feb 22, 2022
@ronagronag added request-ci Add this label to start a Jenkins CI on a PR. and removed needs-ci PRs that need a full CI run. labels Feb 22, 2022
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 22, 2022
@nodejs-github-bot

This comment was marked as outdated.

@mcollinamcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@mcollinamcollina added the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 23, 2022
@nodejs-github-botnodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Feb 23, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator
Commit Queue failed
- Loading data for nodejs/node/pull/42078
✔ Done loading data for nodejs/node/pull/42078
----------------------------------- PR info ------------------------------------
Title stream: allow returning null from pipeline tail (#42078)
Author Robert Nagy (@ronag)
Branch ronag:pipeline-null -> nodejs:master
Labels stream
Commits 1
- stream: allow returning null from pipeline tail
Committers 1
- Robert Nagy PR-URL: https://github.com/nodejs/node/pull/42078
Reviewed-By: Matteo Collina Reviewed-By: James M Snell Reviewed-By: Benjamin Gruenbaum ------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/42078
Reviewed-By: Matteo Collina Reviewed-By: James M Snell Reviewed-By: Benjamin Gruenbaum --------------------------------------------------------------------------------
ℹ This PR was created on Tue, 22 Feb 2022 14:32:00 GMT
✔ Approvals: 3
✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/42078#pullrequestreview-889935566
✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/42078#pullrequestreview-889955872
✔ - Benjamin Gruenbaum (@benjamingr): https://github.com/nodejs/node/pull/42078#pullrequestreview-890894764
✖ This PR needs to wait 24 more hours to land
✔ Last GitHub CI successful
ℹ Last Full PR CI on 2022-02-23T13:23:52Z: https://ci.nodejs.org/job/node-test-pull-request/42739/
- Querying data for job/node-test-pull-request/42739/
✔ Last Jenkins CI successful
--------------------------------------------------------------------------------
✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/1887812437

@MesteeryMesteery added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Feb 25, 2022
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 25, 2022
@nodejs-github-bot
nodejs-github-bot merged commit 1b47866 into nodejs:masterFeb 25, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 1b47866

sxa pushed a commit to sxa/node that referenced this pull request Mar 7, 2022
PR-URL: nodejs#42078
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
@sxasxa mentioned this pull request Mar 8, 2022
xtx1130 pushed a commit to xtx1130/node that referenced this pull request Apr 25, 2022
PR-URL: nodejs#42078
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
@juanarboljuanarbol assigned juanarbol and unassigned juanarbolMay 29, 2022
@juanarbol

Copy link
Copy Markdown
Member

This won't land clean in v16.x until #40881 is backported to v16.x

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

streamIssues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@ronag@nodejs-github-bot@juanarbol@mcollina@jasnell@benjamingr@targos@Mesteery