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

fixed uint32 array #47

Merged
merged 1 commit into from
Jul 2, 2024
Merged

fixed uint32 array #47

merged 1 commit into from
Jul 2, 2024

Conversation

epbsb
Copy link
Contributor

@epbsb epbsb commented Jul 1, 2024

The constructor being int32 causes bug for arrays with values bigger than 2^31 in uint32 type arrays, making these values negative for a unsigned type.

@j6k4m8
Copy link
Member

j6k4m8 commented Jul 2, 2024

Thank you @epbsb!

@j6k4m8 j6k4m8 merged commit 99f1017 into aplbrain:master Jul 2, 2024
4 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.

2 participants