Handle message marks on non-64-bit platforms #210

Closed
opened 2025-10-14 15:42:43 -06:00 by navan · 0 comments
Owner

Originally created by @ulyssa on 8/18/2024

This fixes the issue with running the iamb tests on i686 seen in void-linux/void-packages#49652. I initially tried to do this in modalkit, but ended up deciding that usize is really the right type for Cursor and not u64. I've instead done the conversion here by using usize::MAX to make the hash predictably convertible.

*Originally created by @ulyssa on 8/18/2024* This fixes the issue with running the iamb tests on i686 seen in void-linux/void-packages#49652. I initially tried to do this in modalkit, but ended up deciding that `usize` is really the right type for `Cursor` and not `u64`. I've instead done the conversion here by using `usize::MAX` to make the hash predictably convertible.
navan closed this issue 2025-10-14 15:42:44 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/iamb#210
No description provided.