Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zlib: move bytesRead accessors to runtime deprecation #23308

Closed

Conversation

addaleax
Copy link
Member

@addaleax addaleax commented Oct 7, 2018

This paves way for making bytesRead consistent with all other
Node.js streams that provide a property with this name.

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

This paves way for making `bytesRead` consistent with all other
Node.js streams that provide a property with this name.
@nodejs-github-bot nodejs-github-bot added the zlib Issues and PRs related to the zlib subsystem. label Oct 7, 2018
@mscdex
Copy link
Contributor

mscdex commented Oct 7, 2018

semver-major?

@addaleax addaleax added the semver-major PRs that contain breaking changes and should be released in the next major version. label Oct 7, 2018
@vsemozhetbyt vsemozhetbyt added the deprecations Issues and PRs related to deprecations. label Oct 7, 2018
@addaleax
Copy link
Member Author

addaleax commented Oct 7, 2018

@addaleax
Copy link
Member Author

addaleax commented Oct 7, 2018

@@ -2056,12 +2056,15 @@ core and obsoleted by the removal of NPN (Next Protocol Negotiation) support.
### DEP0108: zlib.bytesRead
<!-- YAML
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/REPLACEME
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REPLACEME -> 23308

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, done!

@addaleax
Copy link
Member Author

Landed in b2d8ae0

@addaleax addaleax closed this Oct 12, 2018
@addaleax addaleax deleted the zlib-bytesRead-runtime-deprecation branch October 12, 2018 21:59
addaleax added a commit that referenced this pull request Oct 12, 2018
This paves way for making `bytesRead` consistent with all other
Node.js streams that provide a property with this name.

PR-URL: #23308
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell pushed a commit that referenced this pull request Oct 17, 2018
This paves way for making `bytesRead` consistent with all other
Node.js streams that provide a property with this name.

PR-URL: #23308
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecations Issues and PRs related to deprecations. semver-major PRs that contain breaking changes and should be released in the next major version. zlib Issues and PRs related to the zlib subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants