Skip to content

stream: simplify Readable.push - #31150

Closed
ronag wants to merge 2 commits into
nodejs:masterfrom
nxtedition:simplify-push
Closed

stream: simplify Readable.push#31150
ronag wants to merge 2 commits into
nodejs:masterfrom
nxtedition:simplify-push

Conversation

@ronag

@ronagronag commented Jan 1, 2020

Copy link
Copy Markdown
Member

Slightly simplifies Readable.push.

Note, a lot easier to review if ignoring whitespace.

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

@nodejs-github-botnodejs-github-bot added the stream Issues and PRs related to the stream subsystem. label Jan 1, 2020

@BridgeARBridgeAR 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.

LGTM with a green CI

Comment threadlib/_stream_readable.js Outdated
@nodejs-github-bot

This comment has been minimized.

@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 2, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@ronagronag changed the title stream: simplify pushstream: simplify Readable.pushJan 2, 2020
@nodejs-github-bot

nodejs-github-bot commented Jan 3, 2020

Copy link
Copy Markdown
Collaborator

@TrottTrott 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.

LGTM, but would feel a whole lot better with some @nodejs/streams reviews. I'll also kick off a CITGM out of extra caution.

@Trott

Trott commented Jan 3, 2020

Copy link
Copy Markdown
Member

@Trott

This comment has been minimized.

@Trott

Trott commented Jan 4, 2020

Copy link
Copy Markdown
Member

And CITGM against this PR again: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/2186/

@Trott

Trott commented Jan 4, 2020

Copy link
Copy Markdown
Member

CITGM looks good.

BridgeAR pushed a commit that referenced this pull request Jan 13, 2020
PR-URL: #31150
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@BridgeAR

Copy link
Copy Markdown
Member

Landed in 94549be 🎉

MylesBorins pushed a commit that referenced this pull request Jan 16, 2020
PR-URL: #31150
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@codebyterecodebytere mentioned this pull request Jan 16, 2020
codebytere pushed a commit that referenced this pull request Mar 14, 2020
PR-URL: #31150
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
codebytere pushed a commit that referenced this pull request Mar 17, 2020
PR-URL: #31150
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@codebyterecodebytere mentioned this pull request Mar 17, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.streamIssues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@ronag@nodejs-github-bot@Trott@BridgeAR@addaleax