-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uint behaves like signed int in CUnion #5022
Comments
From @JuerdGot: > my $c = Overlap.new(u32 => 1234567); Expected: Overlap.new(u32 => 1234567, u16 => 54919, u8 => 135); Tests: class Overlap is repr('CUnion') { -- Juerd Waalboer <juerd@tnx.nl> |
From @lizmat
Added tests with d8cf465 |
The RT System itself - Status changed from 'new' to 'open' |
Fixed as of rakudo/rakudo@8bba2ae |
Migrated from rt.perl.org#127210 (status was 'open')
Searchable as RT127210$
The text was updated successfully, but these errors were encountered: