FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

stream: allow empty string as first stream of pipeline by Ayase-252 · Pull Request #38723 · nodejs/node · GitHub

/ node Public

stream: allow empty string as first stream of pipeline - #38723

Closed
Ayase-252 wants to merge 2 commits into
nodejs:masterfrom
Ayase-252:fix/38721-stream
Closed

stream: allow empty string as first stream of pipeline#38723
Ayase-252 wants to merge 2 commits into
nodejs:masterfrom
Ayase-252:fix/38721-stream

Conversation

Ayase-252 commented May 18, 2021
edited
Loading

Copy link
Copy Markdown
Member

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

Fixes: #38721

Comment thread lib/internal/streams/utils.js Outdated
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Ayase-252 added needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem. labels May 19, 2021
aduh95 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label May 19, 2021

nodejs-github-bot commented May 19, 2021
edited by jasnell
Loading

Copy link
Copy Markdown
Collaborator

jasnell removed the needs-ci PRs that need a full CI run. label May 20, 2021

jasnell commented May 20, 2021

Copy link
Copy Markdown
Member

Landed in b9ef539

jasnell 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 <ruben@bridgewater.de>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Ayase-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 <ruben@bridgewater.de>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
danielleadams mentioned this pull request May 31, 2021

Copy link
Copy Markdown
Member

Depends on #37508

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. stream Issues 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


Back | FazBrowse Home | New Git URL