Uh oh!
There was an error while loading. Please reload this page.
stream: add isErrored helper - #41121
Closed
ronag wants to merge 6 commits into
Closed
Conversation
ronag
commented
Dec 9, 2021
MemberAuthor
@nodejs/streams |
ronagforce-pushed
the
stream-is-errored
branch
2 times, most recently
from
December 9, 2021 09:33
c76beb4 to
1e2413bComparenodejs-github-bot
commented
Dec 9, 2021
Collaborator
lpinca
reviewed
Dec 9, 2021
Uh oh!
There was an error while loading. Please reload this page.
mscdex
reviewed
Dec 9, 2021
Uh oh!
There was an error while loading. Please reload this page.
mscdex
reviewed
Dec 9, 2021
Uh oh!
There was an error while loading. Please reload this page.
mscdex
commented
Dec 9, 2021
Contributor
Is there a reason this is only for Readable streams? Also, maybe we should name it |
ronag
commented
Dec 9, 2021
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Luigi Pinca <luigipinca@gmail.com> Co-authored-by: mscdex <mscdex@users.noreply.github.com>
Co-authored-by: mscdex <mscdex@users.noreply.github.com>
ronag
commented
Dec 9, 2021
Uh oh!
There was an error while loading. Please reload this page.
JungMinu
approved these changes
Dec 14, 2021
nodejs-github-bot
commented
Dec 14, 2021
Collaborator
aymen94
approved these changes
Dec 14, 2021
This was referenced Dec 15, 2021
nodejs-github-bot
commented
Dec 16, 2021
Collaborator
nodejs-github-bot
commented
Dec 16, 2021
Collaborator
ronag
commented
Dec 16, 2021
MemberAuthor
Landed in 752d75d |
ronag added a commit
that referenced
this pull request
Dec 16, 2021
Refs: nodejs/undici#1134 PR-URL: #41121 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
lpinca
commented
Dec 16, 2021
Member
It's a bit too late but I agree with @mscdex about the name. |
danielleadams pushed a commit
that referenced
this pull request
Dec 16, 2021
Refs: nodejs/undici#1134 PR-URL: #41121 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
22 tasks
danielleadams pushed a commit
that referenced
this pull request
Dec 17, 2021
Refs: nodejs/undici#1134 PR-URL: #41121 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
This was referenced Dec 18, 2021
danielleadams pushed a commit
that referenced
this pull request
Jan 31, 2022
Refs: nodejs/undici#1134 PR-URL: #41121 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
danielleadams pushed a commit
that referenced
this pull request
Feb 1, 2022
Refs: nodejs/undici#1134 PR-URL: #41121 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Merged
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs: nodejs/undici#1134