Skip to content

Remove Libz - #447

Merged
nhz2 merged 1 commit into
masterfrom
nz/remove-Libz
Aug 25, 2026
Merged

Remove Libz#447
nhz2 merged 1 commit into
masterfrom
nz/remove-Libz

Conversation

@nhz2

@nhz2 nhz2 commented Aug 24, 2026

Copy link
Copy Markdown
Member

Fixes #316 by dropping gzip support. As noted by @kescobo in #316 this already is completely broken.

I think we could add some kind of package extension to ChunkCodecLibZlib.jl for this, but I'm not sure what the goal is here, usually gzip is just a compression layer on an actual file format, like .tar.gz or .csv.gz, so it seems to me that just dumping the raw decompressed bytes is not that useful.

Comment thread src/registry.jl
return true
end
checked_match(io) && return true
return detect_compressed(io; formats=["GZIP", "BZIP2", "XZ"]) && !name_matches_compressed_fits(io)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This didn't make any sense, all compressed files should not be read by a rdata loader, just because it isn't a compressed fits file.

@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.18%. Comparing base (7b53087) to head (d2d8122).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #447      +/-   ##
==========================================
+ Coverage   91.09%   91.18%   +0.09%     
==========================================
  Files          11       11              
  Lines         719      715       -4     
==========================================
- Hits          655      652       -3     
+ Misses         64       63       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nhz2
nhz2 merged commit 6f9b1a1 into master Aug 25, 2026
16 of 17 checks passed
@nhz2
nhz2 deleted the nz/remove-Libz branch August 25, 2026 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update / replace Libz registration for .gz files

1 participant