[perl #75130] [BUG] Spelling error in a fail/note

2010-05-28 Thread jn...@jnthn.net via RT
On Sun May 16 09:18:04 2010, ddgr...@gmail.com wrote: > d...@hermes:~/rakudo$ grep -nr 'Use of uninitalized value in numeric > context' src/* > src/core/Any.pm:12:# fail "Use of uninitalized value in > numeric context"; > src/core/Any.pm:13:note "Use of uninitalized value in numeric

[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

[perl #75386] [BUG] Rakudo doesn't implement 'handles' (but used to)

2010-05-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #75386] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=75386 > rakudo: class A { has @.contents handles }; say A.new(:contents(1, 2, 3)).elems rakud

[perl #75368] [BUG] infix: shouldn't differ from infix: when applied to junctions in Rakudo

2010-05-28 Thread jn...@jnthn.net via RT
On Wed May 26 05:53:47 2010, masak wrote: > rakudo: say 1 ne 1|2 > rakudo 240400: OUTPUT«any(Bool::False, Bool::True)␤» > rakudo: say 1 !eq 1|2 > rakudo 240400: OUTPUT«0␤» Now it's all nicely consistent... > say 1 !eq 1|2 0 > say 1 ne 1|2 0 > say 1 !== 1|2 0 > say 1 != 1|2 0 Given to moritz+

[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-