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
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
# 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