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

Support decompression for combined compression #53

Merged
merged 4 commits into from
Apr 29, 2023

Conversation

dev-yong
Copy link

@dev-yong dev-yong commented Oct 18, 2022

Currently, after merging the array of compressed elements, if you decompress this composite, only the first compressed one comes out.
I updated all elements to be decompressed.

AS-IS
gunzip(gzip("a") + gzip("b")) // "a"

TO-BE
gunzip(gzip("a") + gzip("b")) // "ab"

@1024jp 1024jp self-assigned this Apr 29, 2023
@1024jp 1024jp added this to the 5.3.0 milestone Apr 29, 2023
@1024jp 1024jp merged commit f32efd3 into 1024jp:develop Apr 29, 2023
@1024jp
Copy link
Owner

1024jp commented Apr 29, 2023

Thank you for the enhancement! (sorry for my late reply.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants