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

Malfunctioning on 32-bit systems and inconsistent type handling #16

Closed
kimikage opened this issue May 28, 2024 · 2 comments
Closed

Malfunctioning on 32-bit systems and inconsistent type handling #16

kimikage opened this issue May 28, 2024 · 2 comments

Comments

@kimikage
Copy link
Contributor

Bit sequences should be treated as Unsigned, but this program makes heavy use of Int.
As a result, this package does not work on 32-bit systems.
Also, although it works on 64-bit systems, the type handling is inconsistent.

Is this package still maintained? In other words, is it worth sending a PR?

@GunnarFarneback
Copy link
Owner

Yes, it is. If 32-bit can be run in CI it would improve the chances that it keeps working.

@kimikage
Copy link
Contributor Author

Fixed by #21

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