fix [SU]IntValue's PartialEq for interning #31

Merged
programmerjake merged 1 commit from programmerjake/fayalite:fix-suintvalue-interning into master 2025-04-09 05:08:56 +00:00

different widths must make values compare not equal otherwise interning
will e.g. substitute a 0x0_u8 for a 0x0_u2

different widths must make values compare not equal otherwise interning will e.g. substitute a `0x0_u8` for a `0x0_u2`
programmerjake added 1 commit 2025-04-09 05:00:08 +00:00
fix [SU]IntValue's PartialEq for interning
All checks were successful
/ deps (pull_request) Successful in 17s
/ test (pull_request) Successful in 4m23s
/ deps (push) Successful in 13s
/ test (push) Successful in 4m52s
5967e812a2
different widths must make values compare not equal otherwise interning
will e.g. substitute a 0x0_u8 for a 0x0_u2
programmerjake merged commit 5967e812a2 into master 2025-04-09 05:08:56 +00:00
programmerjake deleted branch fix-suintvalue-interning 2025-04-09 05:08:57 +00:00
Sign in to join this conversation.
No reviewers
No labels
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: libre-chip/fayalite#31
No description provided.