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

DataSize.chunk incorrect #41

Closed
MorrisRH opened this issue May 10, 2019 · 1 comment
Closed

DataSize.chunk incorrect #41

MorrisRH opened this issue May 10, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@MorrisRH
Copy link

DataSize.chunk is currently 2 ^ 14 which is a value of 12 (^ is the XOR operator), not the intended value of 16384.
Changing this to 1 << 14 solved an issue where data compressed with .gzipped() wouldn't decompress with .gunzipped().

@1024jp 1024jp closed this as completed in 01e0d4d Oct 23, 2019
@1024jp
Copy link
Owner

1024jp commented Oct 23, 2019

Thank you for pointing it out!
I've fixed it in v5.1.0.

@1024jp 1024jp added this to the 5.1.0 milestone Oct 23, 2019
@1024jp 1024jp self-assigned this Oct 23, 2019
@1024jp 1024jp added the bug label Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants