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

Ensure 64-bit integers don't get trimmed on 32bit platforms #262

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

infinisil
Copy link
Member

@infinisil infinisil commented Nov 2, 2024

Should fix #261, but I can't easily test it, so I'd appreciate if @symphorien could try this :)


This work is sponsored by Antithesis

Copy link

github-actions bot commented Nov 2, 2024

Nixpkgs diff

Copy link
Member

@symphorien symphorien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I backported these changes to a707c70 and validated that they fix the issue. Thanks!

(apparently ghc takes too much memory to compile current master within a 32 bit address space so it's difficult for me to test better)

@infinisil infinisil merged commit 92c9d8c into master Nov 7, 2024
2 checks passed
@infinisil infinisil deleted the int64 branch November 7, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

nixfmt modifies integers to signed 32 bits integers on 32 bit platforms
3 participants