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

Merged
merged 1 commit into from
Oct 22, 2024

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 92.36%. Comparing base (4768572) to head (7d6a493).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #169   +/-   ##
=======================================
  Coverage   92.36%   92.36%           
=======================================
  Files          14       14           
  Lines        1152     1153    +1     
=======================================
+ Hits         1064     1065    +1     
  Misses         88       88           

☔ 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

@tlnagy tlnagy merged commit 1ae2d4a into tlnagy:master Oct 22, 2024
13 of 14 checks passed
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