Skip to content

Conversation

@Ayase-252
Copy link
Member

@Ayase-252Ayase-252 commented May 18, 2021

Empty string '' should be allowed as first stream of pipeline per doc as Iterable.

Fixes: #38721

Co-authored-by: Antoine du Hamel <[email protected]>
@Ayase-252Ayase-252 added needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem. labels May 19, 2021
@aduh95aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 19, 2021
@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented May 19, 2021

@jasnelljasnell removed the needs-ci PRs that need a full CI run. label May 20, 2021
@jasnell
Copy link
Member

Landed in b9ef539

@jasnelljasnell closed this May 20, 2021
jasnell pushed a commit that referenced this pull request May 20, 2021
Fixes: #38721 PR-URL: #38723 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
@Ayase-252Ayase-252 deleted the fix/38721-stream branch May 21, 2021 14:15
danielleadams pushed a commit that referenced this pull request May 31, 2021
Fixes: #38721 PR-URL: #38723 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
@danielleadamsdanielleadams mentioned this pull request May 31, 2021
@richardlau
Copy link
Member

Depends on #37508

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.

stream.pipeline does not accept zero-length string as a valid first argument

10 participants

@Ayase-252@nodejs-github-bot@jasnell@richardlau@lpinca@ronag@BridgeAR@Lxxyx@aduh95@RaisinTen