zig icon indicating copy to clipboard operation
zig copied to clipboard

Fix `@intFromEnum` and `@tagName` for auto-numbered enums with signed tag type

Open IntegratedQuantum opened this issue 2 years ago • 1 comments

Fixes #16095

Previously the case of signed integers was ignored ignored as "out of range" for auto-numbered enums.

IntegratedQuantum avatar Jun 19 '23 19:06 IntegratedQuantum

Just tacked on handling and testing of more cases.

jacobly0 avatar Jun 20 '23 00:06 jacobly0