[perl #131696] [LTA] internal error for invalid native type in "is native"

2018-11-02 Thread Zoffix Znet via RT
Tests in https://github.com/rakudo/rakudo/blob/bfe2ad63f8ea17cbc11e836b7fcb1c8f35515cbd/t/04-nativecall/18-routine-sig-sanity.t#L95

[perl #131696] [LTA] internal error for invalid native type in "is native"

2018-03-15 Thread Jan-Olof Hendig via RT
On Mon, 03 Jul 2017 14:16:58 -0700, allber...@gmail.com wrote: > [03 21:03:27] m: use NativeCall; sub foo(num $a) is > native("foo") { * }; > [03 21:03:27] rakudo-moar a7b230: OUTPUT: «===SORRY!=== Error > while compiling ␤ > [03 21:03:27] Cannot resolve caller infix:<==>(NQPMu, Int); none of

[perl #131696] [LTA] internal error for invalid native type in "is native"

2017-07-03 Thread via RT
# New Ticket Created by Brandon Allbery # Please include the string: [perl #131696] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131696 > [03 21:03:27] m: use NativeCall; sub foo(num $a) is native("foo") { * }; [03