Hi, Carl MXXsak (via RT) wrote: > # New Ticket Created by "Carl Mäsak" > # Please include the string: [perl #63306] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63306 > > > > <moritz_> pugs: say [**] 2, 3, 4 > <p6eval> pugs: OUTPUT«2417851639229258349412352» > <moritz_> pugs: say 2 ** 3 ** 4 > <p6eval> pugs: OUTPUT«2417851639229258349412352» > <moritz_> pugs: say (2 ** 3) ** 4 > <p6eval> pugs: OUTPUT«4096» > <moritz_> bacek: see? it does > <bacek> rakudo: say [**] 2,3,4 > <p6eval> rakudo 842ef3: OUTPUT«4096» > <bacek> heh :) > <moritz_> care to submit a bug report? ;-) > * bacek summon masak :) > * masak submits a but report for bacek
It turned out that even infix:<**> was erroneously left-associative, which was fixed earlier (in parallel from bacek++ and me). The associativity of the infix op still needs fixing. Cheers, Moritz -- Moritz Lenz http://perlgeek.de/ | http://perl-6.de/ | http://sudokugarden.de/