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

stream: eos make const state const by ronag · Pull Request #32031 · nodejs/node · GitHub

/ node Public

stream: eos make const state const - #32031

Closed
ronag wants to merge 3 commits into
nodejs:masterfrom
nxtedition:eos-const
Closed

stream: eos make const state const#32031
ronag wants to merge 3 commits into
nodejs:masterfrom
nxtedition:eos-const

Conversation

ronag commented Mar 1, 2020

Copy link
Copy Markdown
Member

writable & readable is based on type and is not actual state, treat them as such. Also fixes an invalid test.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

ronag requested a review from mafintosh March 1, 2020 18:21
ronag requested review from mafintosh and mcollina and removed request for mafintosh March 1, 2020 18:21

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

Copy link
Copy Markdown
Collaborator

ronag added 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. wip Issues and PRs that are still a work in progress. and removed author ready PRs that have at least one approval, no outstanding review comments, and a CI started. labels Mar 1, 2020

ronag commented Mar 1, 2020

Copy link
Copy Markdown
Member Author

CI failed, needs investigating

ronag added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. and removed wip Issues and PRs that are still a work in progress. labels Mar 1, 2020

Copy link
Copy Markdown
Collaborator

ronag requested a review from lpinca March 1, 2020 19:51
Comment thread lib/internal/streams/end-of-stream.js Outdated

Copy link
Copy Markdown
Collaborator

ronag added 3 commits March 3, 2020 14:37
writable & readable is based on type and is not actual
state, treat them as such.

ronag commented Mar 3, 2020

Copy link
Copy Markdown
Member Author

rebased to fix conflicts

Copy link
Copy Markdown
Collaborator

ronag added a commit that referenced this pull request Mar 3, 2020
writable & readable is based on type and is not actual
state, treat them as such.

PR-URL: #32031
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>

ronag commented Mar 3, 2020

Copy link
Copy Markdown
Member Author

Landed in 8429295

Copy link
Copy Markdown
Contributor

This doesn't land cleanly on v13.x. If it is applicable to that release line could you please open a backporrt

ronag added a commit to nxtedition/node that referenced this pull request Mar 10, 2020
writable & readable is based on type and is not actual
state, treat them as such.

PR-URL: nodejs#32031
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Backport-PR-URL: nodejs#32178
MylesBorins pushed a commit that referenced this pull request Mar 10, 2020
writable & readable is based on type and is not actual
state, treat them as such.

Backport-PR-URL: #32178
PR-URL: #32031
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
MylesBorins mentioned this pull request Mar 10, 2020
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.

7 participants


Back | FazBrowse Home | New Git URL