zlib: fix zstd reset - #65867
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
cf021f1 to
5c17be7
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #65867 +/- ##
==========================================
- Coverage 90.17% 90.16% -0.01%
==========================================
Files 771 771
Lines 265470 265506 +36
Branches 50463 50455 -8
==========================================
+ Hits 239383 239404 +21
+ Misses 17055 17048 -7
- Partials 9032 9054 +22
🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
5c17be7 to
6898ac1
Compare
6898ac1 to
089f794
Compare
Preserve dictionaries and params when zstd is reset. Update missing documentation. Signed-off-by: James M Snell <jasnell@gmail.com> Assisted-by: Opencode
Signed-off-by: James M Snell <jasnell@gmail.com>
Signed-off-by: James M Snell <jsnell@cloudflare.com>
089f794 to
aa7a2fe
Compare
Commit Queue failedThis pull request has multiple commits, but no landing policy was selected. Add
commit-queue-squash
The pull request was removed from the Commit Queue and labeled
commit-queue-failed
Full Commit Queue output |
Preserve dictionaries and params when zstd is reset. Update missing documentation. Signed-off-by: James M Snell <jasnell@gmail.com> Assisted-by: Opencode PR-URL: #65867 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com>
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #65867 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com>
Signed-off-by: James M Snell <jsnell@cloudflare.com> PR-URL: #65867 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com>
|
Landed in 9e7f67f...c143041 |
Handful of additional bits I noticed while poking around zstd..
The rejection is technically a behavior change but zstd is still experimental.