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

[v11.x] zlib: split JS code as prep for non-zlib-backed streams by addaleax · Pull Request #25228 · nodejs/node · GitHub

/ node Public

[v11.x] zlib: split JS code as prep for non-zlib-backed streams - #25228

Closed
addaleax wants to merge 1 commit into
nodejs:v11.x-stagingfrom
addaleax:backport-24939
Closed

[v11.x] zlib: split JS code as prep for non-zlib-backed streams#25228
addaleax wants to merge 1 commit into
nodejs:v11.x-stagingfrom
addaleax:backport-24939

Conversation

Copy link
Copy Markdown
Member

Backport #24939 – only differences are the usage of util.inherits() vs direct prototype setting.


Split the Zlib class into ZlibBase and Zlib classes,
to facilitate introduction of similar streams with minor
implementation differences.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Split the `Zlib` class into `ZlibBase` and `Zlib` classes,
to facilitate introduction of similar streams with minor
implementation differences.

PR-URL: nodejs#24939
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>

Copy link
Copy Markdown
Collaborator

nodejs-github-bot added v11.x zlib Issues and PRs related to the zlib subsystem. labels Dec 26, 2018

Copy link
Copy Markdown
Member Author

addaleax commented Dec 30, 2018
edited
Loading

Copy link
Copy Markdown
Member Author

targos pushed a commit that referenced this pull request Jan 1, 2019
Split the `Zlib` class into `ZlibBase` and `Zlib` classes,
to facilitate introduction of similar streams with minor
implementation differences.

Backport-PR-URL: #25228
PR-URL: #24939
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>

targos commented Jan 1, 2019

Copy link
Copy Markdown
Member

Landed in e534dcd. Thanks!

targos closed this Jan 1, 2019
addaleax deleted the backport-24939 branch May 13, 2019 18:44
addaleax added a commit that referenced this pull request May 13, 2019
Split the `Zlib` class into `ZlibBase` and `Zlib` classes,
to facilitate introduction of similar streams with minor
implementation differences.

Backport-PR-URL: #25228
PR-URL: #24939
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
MylesBorins pushed a commit that referenced this pull request May 16, 2019
Split the `Zlib` class into `ZlibBase` and `Zlib` classes,
to facilitate introduction of similar streams with minor
implementation differences.

Backport-PR-URL: #25228
PR-URL: #24939
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
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

zlib Issues and PRs related to the zlib subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL