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: 32-bit build fails on non-size_t based size assertions #1289

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

aapoalas
Copy link
Contributor

Recent static assert additions did not either use size_t based assertions or would not function with them because of padding required. This PR tries to fix the issue.

@mmastrac mmastrac merged commit 715060d into denoland:main Jul 27, 2023
8 checks passed
@avindra
Copy link
Contributor

avindra commented Aug 8, 2023

Confirming the 32-bit build passes.

#1275 (comment)

As seen on obs: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8#comment-1801301

@aapoalas aapoalas deleted the fix/32-bit-build branch August 8, 2023 18:56
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.

None yet

4 participants