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