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: set zlib.bytesRead end-of-life #55020

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented Sep 19, 2024

Let's set zlib.bytesRead to end-of-life which has been runtime deprecated since v11.

cc @nodejs/tsc

@anonrig anonrig added the semver-major PRs that contain breaking changes and should be released in the next major version. label Sep 19, 2024
@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. zlib Issues and PRs related to the zlib subsystem. labels Sep 19, 2024
@anonrig anonrig force-pushed the runtime-deprecate-zlib-bytes-read branch from fc83cd8 to 34c1d02 Compare September 19, 2024 20:01
@RedYetiDev RedYetiDev added the deprecations Issues and PRs related to deprecations. label Sep 19, 2024
@benjamingr
Copy link
Member

You forgot to delete the relevant part from the test :)

Copy link

codecov bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.03%. Comparing base (291d90a) to head (34c1d02).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #55020      +/-   ##
==========================================
- Coverage   88.04%   88.03%   -0.02%     
==========================================
  Files         652      652              
  Lines      183764   183743      -21     
  Branches    35862    35861       -1     
==========================================
- Hits       161787   161750      -37     
  Misses      15233    15233              
- Partials     6744     6760      +16     
Files with missing lines Coverage Δ
lib/zlib.js 98.48% <ø> (+0.07%) ⬆️

... and 24 files with indirect coverage changes

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. needs-ci PRs that need a full CI run. 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.

4 participants