[perl #77218] tests available

2010-08-24 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S02-names/identifier.t commit e4bce85a069b2b0af6fb9b71d719ebaf9f296b36 Author: moritz Date: Tue Aug 24 08:47:16 2010 + [t/spec] tests for RT #77218, identifiers that start with an operator nam

[perl #75828] tests available

2010-08-24 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S03-operators/series.t commit 095f18e9b4d06aaf9c797100a5f07838928d Author: moritz Date: Tue Aug 24 09:24:24 2010 + [t/spec] test for RT #75828, series operator after comma is caught

[perl #77356] tests available

2010-08-24 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S02-polymorphic_types/subset.t commit a0a95f0a8680e04e3ff05592e9ddd3c8f93f9d2d Author: moritz Date: Tue Aug 24 11:59:22 2010 + [t/spec] tests for RT #77356, lexicals in subset declaration; als

[perl #77420] [BUG] Not enough thunking of the rhs of //= and ||= in Rakudo

2010-08-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77420] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77420 > rakudo: my ($i, $j); for (1..5) {print $i //= $j+=5; $i++; print ",$j "} rakudo 82c9

[perl #77422] [BUG] Timeout in .[1..*] array slice in Rakudo

2010-08-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77422] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77422 > rakudo: my @a = 1,2,3,4; say @a[1..*] rakudo 82c9e9: OUTPUT«(timeout)» rakudobug * ma

[perl #77424] [BUG] Rakudo gives a runtime error on .[ 1 .. *-1 ]

2010-08-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77424] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77424 > rakudo: my @a = 1,2,3,4; say @a[1..*-1] rakudo 82c9e9: OUTPUT«Method 'Num' not found f

[perl #77426] [BUG] Possible duplication bug in the backtrace printer in Rakudo

2010-08-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77426] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77426 > rakudo: my @a = 1,2,3,4; say @a[1..*-1] rakudo 82c9e9: OUTPUT«Method 'Num' not found f