-
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
BUG: Unhandled kind 3 with int32 argument #6664
Comments
From curt@tilmes.org<ctilmes> m: sub foo(int32 $x) { say "ok" if $x }; foo(12); |
From @lizmat
FWIW, this also happens for int8 and int16 with different Unhandled kind values (1 and 2 respectively). Casual introspection shows that apparently no support for int8, int16 or int32 has been added at this level. |
The RT System itself - Status changed from 'new' to 'open' |
From @AlexDanielFWIW it was “working” before this commit: rakudo/rakudo@ec18f24 But that's probably irrelevant because I'm pretty sure it was cheating with something.
|
1 similar comment
From @AlexDanielFWIW it was “working” before this commit: rakudo/rakudo@ec18f24 But that's probably irrelevant because I'm pretty sure it was cheating with something.
|
From @zoffixznetOn Sat, 13 Jan 2018 14:56:30 -0800, alex.jakimenko@gmail.com wrote:
Thank you for the report. This is now fixed in branch `post-release`. Fix: Raku/nqp@df45cb8ce9 |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#132718 (status was 'resolved')
Searchable as RT132718$
The text was updated successfully, but these errors were encountered: