Skip to content

Conversation

@ronag
Copy link
Member

@ronagronag commented Oct 29, 2021

This simplifies some cases where the last stream is a Duplex
without any expected output.

awaitpipeline(readable,duplex)

Related: #40653

@ronagronag added the stream Issues and PRs related to the stream subsystem. label Oct 29, 2021
@nodejs-github-botnodejs-github-bot added the needs-ci PRs that need a full CI run. label Oct 29, 2021
@ronag
Copy link
MemberAuthor

@nodejs/streams

@ronagronagforce-pushed the drain-empty-readable branch from 9e5a829 to 8d15eb2CompareOctober 29, 2021 11:25
@ronagronag requested a review from mcollinaOctober 29, 2021 11:25
@ronagronag added the semver-major PRs that contain breaking changes and should be released in the next major version. label Oct 29, 2021
Copy link
Member

@mcollinamcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@ronagronag added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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 Oct 31, 2021
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 31, 2021
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

Copy link
Member

@mcollinamcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@ronag
Copy link
MemberAuthor

ronag commented Nov 5, 2021

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@ronag
Copy link
MemberAuthor

@nodejs/tsc this needs another TSC approval

@nodejs-github-bot
Copy link
Collaborator

@Trott
Copy link
Member

This needs a rebase against the master branch for one of the tests to pass on the Pi devices.

This simplifies some cases where the last stream is a Duplex without any expected output. await pipeline(readable, duplex)
@ronagronagforce-pushed the drain-empty-readable branch from 8d15eb2 to 181bdf9CompareNovember 14, 2021 13:51
@ronagronag added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 14, 2021
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 14, 2021
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@ronagronag removed the semver-major PRs that contain breaking changes and should be released in the next major version. label Nov 18, 2021
@ronag
Copy link
MemberAuthor

@mcollina I don't think this should be semver-major. wdyt?

Copy link
Member

@mcollinamcollina left a comment

Choose a reason for hiding this comment

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

lgtm, ok

@ronag
Copy link
MemberAuthor

Landed in 0a3a601

@ronagronag closed this Nov 18, 2021
ronag added a commit that referenced this pull request Nov 18, 2021
This simplifies some cases where the last stream is a Duplex without any expected output. await pipeline(readable, duplex) PR-URL: #40654 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
targos pushed a commit that referenced this pull request Nov 21, 2021
This simplifies some cases where the last stream is a Duplex without any expected output. await pipeline(readable, duplex) PR-URL: #40654 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@targostargos mentioned this pull request Nov 26, 2021
danielleadams pushed a commit that referenced this pull request Jan 30, 2022
This simplifies some cases where the last stream is a Duplex without any expected output. await pipeline(readable, duplex) PR-URL: #40654 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
This simplifies some cases where the last stream is a Duplex without any expected output. await pipeline(readable, duplex) PR-URL: #40654 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@danielleadamsdanielleadams mentioned this pull request Feb 1, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.streamIssues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@ronag@nodejs-github-bot@Trott@mcollina@benjamingr@lpinca