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

stream: Duplex re-use Writable properties by ronag · Pull Request #33079 · nodejs/node · GitHub

/ node Public

stream: Duplex re-use Writable properties - #33079

Closed
ronag wants to merge 1 commit into
nodejs:masterfrom
nxtedition:duplex-refacfor-properties
Closed

stream: Duplex re-use Writable properties#33079
ronag wants to merge 1 commit into
nodejs:masterfrom
nxtedition:duplex-refacfor-properties

Conversation

ronag commented Apr 26, 2020

Copy link
Copy Markdown
Member

Instead of reimplementing Writable properties, fetch them
from the Writable prototype.

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-bot added the stream Issues and PRs related to the stream subsystem. label Apr 26, 2020
ronag force-pushed the duplex-refacfor-properties branch from 5b199fa to 0877fea Compare April 26, 2020 17:44
Instead of reimplementing Writable properties, fetch them
from the Writable prototype.
ronag force-pushed the duplex-refacfor-properties branch from 0877fea to f5c7fb3 Compare April 26, 2020 17:45

juanarbol 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

Nice

ronag added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Apr 26, 2020

Copy link
Copy Markdown
Collaborator

ronag requested a review from lpinca April 26, 2020 21:56

nodejs-github-bot commented Apr 27, 2020
edited by addaleax
Loading

Copy link
Copy Markdown
Collaborator

CI: https://ci.nodejs.org/job/node-test-pull-request/31017/ (:yellow_heart:)

addaleax pushed a commit that referenced this pull request Apr 29, 2020
Instead of reimplementing Writable properties, fetch them
from the Writable prototype.

PR-URL: #33079
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

Copy link
Copy Markdown
Member

Landed in 5c91a75

addaleax closed this Apr 29, 2020
targos pushed a commit that referenced this pull request May 4, 2020
Instead of reimplementing Writable properties, fetch them
from the Writable prototype.

PR-URL: #33079
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
targos mentioned this pull request May 4, 2020

Copy link
Copy Markdown

Hey @targos!
Is there any reason why the node-12 backport of this is blocked? Would be nice if this could still land in node 12 to unblock #33390.

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.

8 participants


Back | FazBrowse Home | New Git URL