[perl #73264] [BUG] There's something wrong with the priority or associativity of infix: in Rakudo

2010-05-28 Thread jn...@jnthn.net via RT
On Wed Mar 03 08:30:35 2010, masak wrote: > pugs: say 1/7/7/7/7/7/7/7*7 > pugs: OUTPUT«0.084998597523140868175675101360827546␤» > rakudo: say 1/7/7/7/7/7/7/7*7 # also found by diakopter++ > rakudo f6092e: OUTPUT«1␤» > * masak submits rakudobug > I don't get that one > it's not fully left-

[perl #73264] [BUG] There's something wrong with the priority or associativity of infix: in Rakudo

2010-03-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73264] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73264 > pugs: say 1/7/7/7/7/7/7/7*7 pugs: OUTPUT«0.084998597523140868175675101360827546␤»