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

Remove direct TranscodingStreams dep #58

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Remove direct TranscodingStreams dep #58

merged 1 commit into from
Jul 4, 2024

Conversation

nhz2
Copy link
Contributor

@nhz2 nhz2 commented Jul 3, 2024

Switching from TranscodingStream(GzipDecompressor(), stream) to GzipDecompressorStream(stream) allows removing the direct dependence on TranscodingStreams.
This allows TranscodingStreams to be updated to the latest version.

Currently, this package prevents new versions of ZipArchives from being installed, for example JuliaIO/ZipArchives.jl#60

@tkonolige tkonolige merged commit 3e9c517 into JuliaSparse:master Jul 4, 2024
12 of 13 checks passed
@tkonolige
Copy link
Collaborator

Thanks!

@nhz2 nhz2 deleted the remove-direct-TranscodingStreams-dep branch July 4, 2024 17:02
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.

2 participants