guzba / zippy

Pure Nim implementation of deflate, zlib, gzip and zip.
MIT License
246 stars 29 forks source link

Fix #6 & Test Madness #7

Closed theAkito closed 3 years ago

theAkito commented 3 years ago

I'm creating the pull request now for fixing #6. The tests are very weird. Perhaps it would be advisable to merge this little fix and take care of the tests in a different pull request, so things don't get mixed up.

guzba commented 3 years ago

Closing this PR as I do not believe the small change actually addressed the issue. See https://github.com/guzba/zippy/issues/6 for the updated conversation and where this left off.