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

stream: add isErrored helper by ronag · Pull Request #41121 · nodejs/node · GitHub

/ node Public

stream: add isErrored helper - #41121

Closed
ronag wants to merge 6 commits into
nodejs:masterfrom
nxtedition:stream-is-errored
Closed

stream: add isErrored helper#41121
ronag wants to merge 6 commits into
nodejs:masterfrom
nxtedition:stream-is-errored

Conversation

ronag commented Dec 9, 2021

Copy link
Copy Markdown
Member

ronag added stream Issues and PRs related to the stream subsystem. web streams labels Dec 9, 2021
ronag requested review from jasnell and mcollina December 9, 2021 08:16
nodejs-github-bot added the needs-ci PRs that need a full CI run. label Dec 9, 2021
ronag force-pushed the stream-is-errored branch from eeab6d4 to 46092fb Compare December 9, 2021 08:16

ronag commented Dec 9, 2021

Copy link
Copy Markdown
Member Author

@nodejs/streams

mcollina 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

ronag force-pushed the stream-is-errored branch 2 times, most recently from c76beb4 to 1e2413b Compare December 9, 2021 09:33
ronag force-pushed the stream-is-errored branch from 1e2413b to 7ade6e3 Compare December 9, 2021 09:47
ronag added author ready PRs that have at least one approval, no outstanding review comments, 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 Dec 9, 2021
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 9, 2021

Copy link
Copy Markdown
Collaborator

Comment thread doc/api/stream.md Outdated
Comment thread doc/api/stream.md Outdated
Comment thread doc/api/stream.md Outdated

mscdex commented Dec 9, 2021

Copy link
Copy Markdown
Contributor

Is there a reason this is only for Readable streams?

Also, maybe we should name it hasErrored() or hasError() instead?

Comment thread doc/api/stream.md Outdated
ronag and others added 2 commits December 9, 2021 15:34
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>
Comment thread doc/api/stream.md Outdated
ronag requested review from lpinca and mscdex December 9, 2021 14:34
ronag added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 14, 2021
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 14, 2021

Copy link
Copy Markdown
Collaborator

ronag added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 16, 2021
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 16, 2021

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

ronag commented Dec 16, 2021

Copy link
Copy Markdown
Member Author

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>
ronag closed this Dec 16, 2021
ronag mentioned this pull request Dec 16, 2021

lpinca commented Dec 16, 2021

Copy link
Copy Markdown
Member

It's a bit too late but I agree with @mscdex about the name. hasErrored() seems more correct.

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>
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>
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>
danielleadams mentioned this pull request Feb 1, 2022
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. web streams

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL