[perl #132718] BUG: Unhandled kind 3 with int32 argument

2018-01-19 Thread Zoffix Znet via RT
On Sat, 13 Jan 2018 14:56:30 -0800, alex.jakime...@gmail.com wrote: > FWIW it was “working” before this commit: > https://github.com/rakudo/rakudo/commit/ec18f24d27ce61fa71d177ab76c4044ee1d1a75e > > But that's probably irrelevant because I'm pretty sure it was cheating > with > something. > On 201

[perl #132718] BUG: Unhandled kind 3 with int32 argument

2018-01-19 Thread Zoffix Znet via RT
On Sat, 13 Jan 2018 14:56:30 -0800, alex.jakime...@gmail.com wrote: > FWIW it was “working” before this commit: > https://github.com/rakudo/rakudo/commit/ec18f24d27ce61fa71d177ab76c4044ee1d1a75e > > But that's probably irrelevant because I'm pretty sure it was cheating > with > something. > On 201

[perl #132718] BUG: Unhandled kind 3 with int32 argument

2018-01-13 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
FWIW it was “working” before this commit: https://github.com/rakudo/rakudo/commit/ec18f24d27ce61fa71d177ab76c4044ee1d1a75e But that's probably irrelevant because I'm pretty sure it was cheating with something. On 2018-01-13 13:56:54, elizabeth wrote: > > > On 13 Jan 2018, at 22:38, Curt Tilmes (vi

[perl #132718] BUG: Unhandled kind 3 with int32 argument

2018-01-13 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
FWIW it was “working” before this commit: https://github.com/rakudo/rakudo/commit/ec18f24d27ce61fa71d177ab76c4044ee1d1a75e But that's probably irrelevant because I'm pretty sure it was cheating with something. On 2018-01-13 13:56:54, elizabeth wrote: > > > On 13 Jan 2018, at 22:38, Curt Tilmes (vi

Re: [perl #132718] BUG: Unhandled kind 3 with int32 argument

2018-01-13 Thread Elizabeth Mattijsen via RT
> On 13 Jan 2018, at 22:38, Curt Tilmes (via RT) > wrote: > > # New Ticket Created by Curt Tilmes > # Please include the string: [perl #132718] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=132718 > > > > m: sub foo(

Re: [perl #132718] BUG: Unhandled kind 3 with int32 argument

2018-01-13 Thread Elizabeth Mattijsen
> On 13 Jan 2018, at 22:38, Curt Tilmes (via RT) > wrote: > > # New Ticket Created by Curt Tilmes > # Please include the string: [perl #132718] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=132718 > > > > m: sub foo(

[perl #132718] BUG: Unhandled kind 3 with int32 argument

2018-01-13 Thread via RT
# New Ticket Created by Curt Tilmes # Please include the string: [perl #132718] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132718 > m: sub foo(int32 $x) { say "ok" if $x }; foo(12); rakudo-moar f25fdbdf0: OUTPUT: «===SOR