[perl #76110] [BUG] Nested triangular reduce produces empty list

2010-07-06 Thread Carl Mäsak via RT
rakudo: say [+] [1,2,3] # bug courtesy of TimToady++ rakudo 04a918: OUTPUT«6␤» * masak submits rakudobug [] should never flatten in a listop masak: the [+] [1, 2, 3] bug might be related to http://rt.perl.org/rt3/Ticket/Display.html?id=76110 * masak looks the final question seems to indicate

[perl #76372] suspicious behavior of multidispatch

2010-07-06 Thread Carl Mäsak via RT
rakudo: multi sub f(@p, Range $r? ) { say 1 }; multi sub f([], Range $r) { say 2 }; f([], 1..2); rakudo d9a5ac: OUTPUT«2␤» rakudo: multi sub f(@p, Range $r?, Bool :$mod ) { say 1 }; multi sub f([], Range $r) { say 2 }; f([], 1..2); rakudo d9a5ac: OUTPUT«Ambiguous dispatch to multi 'f'. Am

[perl #69654] tests available

2010-07-06 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S14-roles/mixin.t commit 2ce38eb31607f3b0e8ca097353deb73df7597e5a Author: moritz Date: Mon Jul 5 06:59:48 2010 + [t/spec] test for RT #69654 - mixing in method with "does" should make those m

[perl #71476] tests available

2010-07-06 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S12-methods/instance.t commit 1b0acff2dd40389c3093751fec9d596734188835 Author: moritz Date: Mon Jul 5 06:55:18 2010 + [t/spec] test for RT #71476, invocant type constraint should be checked at

[perl #76376] [PATCH] Temporal and Date revision

2010-07-06 Thread via RT
# New Ticket Created by Timothy Totten # Please include the string: [perl #76376] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76376 > Find attached a patch which implements several changes to the Temporal and Date librar