[perl #119589] [BUG] "is equiv" does not recognize some operators

2015-01-03 Thread Christian Bartolomaeus via RT
On Tue Sep 03 17:37:18 2013, timk wrote: > > > rn: sub infix: (@a, $n) is equiv(&infix:) { @a <<+>> > > $n }; say 1 .. 3 add 5; > > niecza v24-92-g3961d5d: OUTPUT«6 7 8␤» > > ..rakudo 484f08: OUTPUT«===SORRY!=== Error > > while compiling /tmp/J6R82sHIP7␤Routine given to equi

[perl #119589] [BUG] "is equiv" does not recognize some operators

2013-09-03 Thread via RT
# New Ticket Created by Tim King # Please include the string: [perl #119589] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=119589 > > rn: sub infix: (@a, $n) is equiv(&infix:) { @a <<+>> > $n }; say 1 .. 3 add 5; >