Closed ecm-pushbx closed 6 years ago
Link for reference: https://github.com/jibsen/brieflz/pull/5
Merging #6 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #6 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 3 3
Lines 172 170 -2
=====================================
- Hits 172 170 -2
Impacted Files | Coverage Δ | |
---|---|---|
depacks.c | 100% <100%> (ø) |
:arrow_up: |
depack.c | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a979aa4...515c287. Read the comment docs.
Forgot to add help page entry for --pad, added in last commit.
Thanks, I'll have a look soon.
Rebased all the latest commits onto your recent changes now.
Thanks! I've merged it into staging.
Merged into master with new release, thanks again.
I accidentally deleted/closed the other pull request. Here's some new changes that I discovered. The unbuffering change is the same one I made first. Other changes: --blocksize can increase or decrease the block size, giving --safe makes blzpack use blz_depack_safe, --pad uses a trick to align subsequent headers on an 8-byte boundary, and I optimised the depacker a little.