[perl #131367] [LTA] .splice method candidate error

2017-05-28 Thread Zoffix Znet via RT
Seems .split has similar issue: m: class {}.^lookup("split").candidates.say rakudo-moar 87d0e0: OUTPUT: «()␤» m: class {}.split rakudo-moar 87d0e0: OUTPUT: «Use of uninitialized value of type Any in string context.␤Methods .^name, .perl, .gist, or .say can be used to stringify it to somethi

[perl #131367] [LTA] .splice method candidate error

2017-05-28 Thread Zoffix Znet via RT
Seems .split has similar issue: m: class {}.^lookup("split").candidates.say rakudo-moar 87d0e0: OUTPUT: «()␤» m: class {}.split rakudo-moar 87d0e0: OUTPUT: «Use of uninitialized value of type Any in string context.␤Methods .^name, .perl, .gist, or .say can be used to stringify it to somethi

[perl #131367] [LTA] .splice method candidate error

2017-05-25 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131367] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131367 > Something's fishy going on with .splice. It feels like a multi without any candidates. I