This is an automatically generated mail to inform you that tests are now
available in t/spec/S05-match/perl.t
commit d8c325d9592aca0455d8d0ecd54e9ee51a3a08dd
Author: kyle
Date: Tue Aug 4 19:20:26 2009 +
[t/spec] Test for RT #65610
git-svn-id: http://svn.pugscode.org/p...@2787
This is an automatically generated mail to inform you that tests are now
available in t/spec/S12-class/anonymous.t
commit 003f3f51c26dd19f6f7d4969f992d2727f9b034e
Author: kyle
Date: Tue Aug 4 19:37:22 2009 +
[t/spec] Test for RT #64888
git-svn-id: http://svn.pugscode.org/p...
Em Seg, 2009-08-03 às 11:04 +1000, Timothy S. Nelson escreveu:
> However, my main reason for modifying it was that I needed actions for
> what I'm doing. So I'll keep working on that.
http://gist.github.com/161467
just to tease :) -- this making the grammar closer to the XML spec...
dani
This is an automatically generated mail to inform you that tests are now
available in t/spec/S05-mass/rx.t
commit 611d1a047e27d43a41f9e5c474340fa9d43617c7
Author: kyle
Date: Tue Aug 4 19:20:21 2009 +
[t/spec] Label tests for RT #64880
git-svn-id: http://svn.pugscode.org/p...@
This is an automatically generated mail to inform you that tests are now
available in t/spec/S05-match/perl.t
commit 4d2fe0287307fdeb8318896610f074fafc4dd9ea
Author: kyle
Date: Tue Aug 4 18:34:53 2009 +
[t/spec] Tests for RT #64874
git-svn-id: http://svn.pugscode.org/p...@278
On Sun, Aug 2, 2009 at 1:10 PM, Moritz Lenz wrote:
> Let's pick up this old mail before it gets completely warnocked ;-)
>
> For the record, this discussion only applies to scalar implementation
> types. For example for Arrays I expect things to work by overriding the
> method postcircumfix:<[ ]>
# New Ticket Created by Tim Nelson
# Please include the string: [perl #68168]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=68168 >
Rakudo version: HEAD of the ins2 branch
Parrot: parrot-1.4.0-6.fc10.i386
Code:
--
Forgot to mention, the output I'm getting is:
Match.new(
# WARNING: this is not working perl code
# and for debugging purposes only
ast => "TLDE",
Str => "TLDE",
from => 0,
to => 4,
named => {
'ident' => Match.new(
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #68162]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=68162 >
./perl6 -e 'grammar A { token a { a } }; say "a" ~~ A.a()'
Null PMC access in get_in
# New Ticket Created by Gilbert R. Roehrbein
# Please include the string: [perl #68164]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=68164 >
$ perl6 -e 'Q:PIR { end }'
*** glibc detected *** perl6: corrupted double-linked
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #68160]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=68160 >
The spec for file test operations changed; basically it's now $str.IO ~~
$pair instead of
# New Ticket Created by Solomon Foster
# Please include the string: [perl #68158]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=68158 >
colomon: rakudo: multi a () { 1 }; multi a (*...@x) { 2 }; say a();
[2:33pm] p6eval: r
12 matches
Mail list logo