Skip to content

Conversation

fw-immunant
Copy link
Contributor

Fixes #1024. Thanks to @mewmew for their patience and the pre-reduced test case!

@fw-immunant fw-immunant force-pushed the fw/resolve-unsignedness branch from acf1ab5 to 7349f95 Compare July 11, 2025 13:26
@mewmew
Copy link

mewmew commented Jul 11, 2025

Fixes #1024. Thanks to @mewmew for their patience and the pre-reduced test case!

Really happy to see you were able to track down the underlying issue of the regression. Great job @fw-immunant!

@fw-immunant
Copy link
Contributor Author

fw-immunant commented Jul 11, 2025

From CI it looks like macOS produces syntactically different output; this is blocked on #1270 if we want the test coverage.

this isn't how we want this code to be transpiled (it should use `wrapping_mul`), but it is how it transpiles now
other code in operators.rs remembers to do this, but this method forgot

fixes #1024
@fw-immunant fw-immunant force-pushed the fw/resolve-unsignedness branch from 7349f95 to d594f26 Compare July 11, 2025 15:15
@fw-immunant fw-immunant merged commit 17d24e3 into master Jul 11, 2025
3 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.

regression from v0.18.0 to v.0.18.0+409 with regards to wrapping_mul

2 participants