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

1 commit

Author SHA1 Message Date
Jacob Lifshay 5967e812a2
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
different widths must make values compare not equal otherwise interning
will e.g. substitute a 0x0_u8 for a 0x0_u2
2025-04-08 21:57:56 -07:00