[perl #75402] [BUG] Cannot do more exotic combinations of RRR- and square brackets in Rakudo

2010-05-30 Thread jn...@jnthn.net via RT
On Fri May 28 03:42:19 2010, masak wrote: > rakudo: say 1 R[R[R-]] 2 > rakudo 63c5a5: OUTPUT«Could not find sub &infix: [...] > rakudo: say 1 RR[R-] 2 > rakudo 63c5a5: OUTPUT«Could not find sub &infix: [...] > * masak submits rakudobug > courtesy of TimToady++. D'oh! Fixed it. :-) > say 1 R[

[perl #75402] [BUG] Cannot do more exotic combinations of RRR- and square brackets in Rakudo

2010-05-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #75402] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=75402 > rakudo: say 1 R[R[R-]] 2 rakudo 63c5a5: OUTPUT«Could not find sub &infix: [...] rakud