[perl #122475] [BUG] reduce metaop of hyper metaop only works with two or more elements in Rakudo

2017-05-09 Thread Daniel Green via RT
On Tue, 05 Aug 2014 14:27:17 -0700, masak wrote: > m: my @a = $(1, 2, 3); say [>>+<<] @a; > rakudo-moar 3ad15f: OUTPUT«Not enough positional parameters > passed; got 1 but expected 2 [...] > m: my @a = $(1, 2, 3), $(0, 0, 0); say [>>+<<] @a; > rakudo-moar 3ad15f: OUTPUT«1 2 3␤» > ^- i don't kn

[perl #122475] [BUG] reduce metaop of hyper metaop only works with two or more elements in Rakudo

2014-08-05 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #122475] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122475 > m: my @a = $(1, 2, 3); say [>>+<<] @a; rakudo-moar 3ad15f: OUTPUT«Not enough positional