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

stream: fix .end() error propagation by ronag · Pull Request #36817 · nodejs/node · GitHub

/ node Public

stream: fix .end() error propagation - #36817

Closed
ronag wants to merge 4 commits into
nodejs:masterfrom
nxtedition:writable-end-error
Closed

stream: fix .end() error propagation#36817
ronag wants to merge 4 commits into
nodejs:masterfrom
nxtedition:writable-end-error

Conversation

ronag commented Jan 6, 2021

Copy link
Copy Markdown
Member

No description provided.

ronag added the stream Issues and PRs related to the stream subsystem. label Jan 6, 2021
ronag requested review from lpinca and mcollina January 6, 2021 18:46
ronag force-pushed the writable-end-error branch from 96a3e8f to db00cc2 Compare January 6, 2021 18:47

ronag commented Jan 6, 2021

Copy link
Copy Markdown
Member Author

@nodejs/stream

ronag requested a review from lpinca January 6, 2021 19:52
ronag force-pushed the writable-end-error branch from e25f804 to 48ea4c2 Compare January 6, 2021 20:13
ronag force-pushed the writable-end-error branch from c8eb497 to 5443a22 Compare January 6, 2021 20:18

ronag commented Jan 6, 2021
edited
Loading

Copy link
Copy Markdown
Member Author

@lpinca: Though I agree that the behavior is a little strange and should be discussed I'm not sure it's relevant for this PR other than we noticed it with the tests added here.

lpinca commented Jan 6, 2021
edited
Loading

Copy link
Copy Markdown
Member

I agree, I vaguely remember having already discussed it in an old PR (It was probably the PR calling all pending callbacks on error) but I may be wrong.

lpinca 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

RSLGMT

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 added request-ci Add this label to start a Jenkins CI on a PR. author ready PRs that have at least one approval, no outstanding review comments, and a CI started. labels Jan 6, 2021
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 6, 2021

Copy link
Copy Markdown
Collaborator

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

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

ronag added a commit that referenced this pull request Jan 11, 2021
PR-URL: #36817
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>

ronag commented Jan 11, 2021

Copy link
Copy Markdown
Member Author

Landed in a4fce32

ronag closed this Jan 11, 2021
danielleadams pushed a commit that referenced this pull request Jan 12, 2021
PR-URL: #36817
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
danielleadams mentioned this pull request Jan 12, 2021
mcollina added the semver-major PRs that contain breaking changes and should be released in the next major version. label Jan 25, 2021

mcollina commented Jan 25, 2021
edited
Loading

Copy link
Copy Markdown
Member

mark this as semver-major post-release as it broke things in v15 :(, see #37027 for more details.

cc @nodejs/tsc

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. semver-major PRs that contain breaking changes and should be released in the next major version. stream Issues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL