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

Fix LZW table entries on 32-bit systems #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kimikage
Copy link
Contributor

@kimikage kimikage commented May 29, 2024

cf. PR #168

64-bit system: (msb) 0xLLLL_oooo_oooo_oooo (lsb)
32-bit system: (msb) 0xLLLL_oooo (lsb)

I have some doubts as to whether the size should be system-dependent, but I keep that as a minimal fix.

@kimikage kimikage mentioned this pull request May 29, 2024
@codecov-commenter
Copy link

codecov-commenter commented May 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.67%. Comparing base (1eec9cf) to head (53d24a7).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #169   +/-   ##
=======================================
  Coverage   93.67%   93.67%           
=======================================
  Files          13       13           
  Lines        1122     1123    +1     
=======================================
+ Hits         1051     1052    +1     
  Misses         71       71           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tlnagy
Copy link
Owner

tlnagy commented May 31, 2024

Do both #169 and #170 need to be merged together for tests to pass?

@kimikage
Copy link
Contributor Author

kimikage commented May 31, 2024

As far as I have confirmed locally (on Windows), yes.

Edit: Results of GitHub Actions: kimikage#4

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

Successfully merging this pull request may close these issues.

3 participants