You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library usage is currently poorly documented. Moreover, the only existing tests testing compression / decompression end-to-end. Let's solve these problems at once!
write round-trip unit tests for libribzip2 doing compression/decompression/compression. You can for example use the contents of cli/samples/pepper.txt which tests some of the features. You can also produce some static data larger than the block size of 900k to also test that use case
The library usage is currently poorly documented. Moreover, the only existing tests testing compression / decompression end-to-end. Let's solve these problems at once!
libribzip2
doing compression/decompression/compression. You can for example use the contents ofcli/samples/pepper.txt
which tests some of the features. You can also produce some static data larger than the block size of 900k to also test that use caseThe text was updated successfully, but these errors were encountered: