[perl #64844] tests available

2009-08-02 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S02-builtin_data_types/anon_block.t commit a09001edb5fe490880d97fc8e3e58fa7d18bbdb5 Author: kyle Date: Mon Aug 3 02:45:05 2009 + [t/spec] Tests for RT #64844 git-svn-id: http://svn.pu

[perl #64828] tests available

2009-08-02 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S10-packages/basic.t commit d756d92e13c3450abb5caf40b3c0aab251a9bbf4 Author: kyle Date: Mon Aug 3 02:44:59 2009 + [t/spec] Tests for RT #64828 git-svn-id: http://svn.pugscode.org/p...

[perl #68142] [BUG] Junctions shouldn't autothread over slurpy params

2009-08-02 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #68142] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68142 > S09:1043 says that junctions passed as components of a slurpy array or hash do not

Re: Testing Perl 6 analog to Perl 5's tie.

2009-08-02 Thread Brandon S. Allbery KF8NH
On Aug 2, 2009, at 13:10 , Moritz Lenz wrote: Kyle Hasselbacher wrote: My patchwork readings lead me to believe I could test Perl 6's tie-like feature with something like the below code, which I don't expect to even compile, what with '???' in places. My question is: am I on the right track? O

[perl #68140] Less than awesome error message for nonexistent script

2009-08-02 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #68140] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68140 > 01:38 my $out = open "02.pl", :w or die "Unable to open 02.pl: $!\n"; 01:39 Wor

Re: xml grammar

2009-08-02 Thread Timothy S. Nelson
On Fri, 31 Jul 2009, Raphael Descamps wrote: Hi, I have seen that wayland76 was playing with an XML Grammar on #perl6, so I think that it was maybe the time to send what I already have done. Raphael: I don't say any of this to discourage you, but to present alternatives to the list. Ever

[perl #65962] tests available

2009-08-02 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S04-statements/loop.t commit e88ffdae99b59cb7c743e3a60f774e173a3409ad Author: kyle Date: Sun Aug 2 20:38:23 2009 + [t/spec] Test for RT #65962 git-svn-id: http://svn.pugscode.org/p...

[perl #64818] tests available

2009-08-02 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S03-operators/assign.t commit 0d46a3f0651a2f1cf8c93390bbc9cbb5c59bd353 Author: kyle Date: Sun Aug 2 20:38:29 2009 + [t/spec] Test for RT #64818 git-svn-id: http://svn.pugscode.org/p..

[perl #65804] tests available

2009-08-02 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S02-names/identifier.t commit 6691821ec8ec940f2ad5964121be8232c1c6b720 Author: kyle Date: Sun Aug 2 17:57:00 2009 + [t/spec] Test for RT #65804 git-svn-id: http://svn.pugscode.org/p..

[perl #68074] tests available

2009-08-02 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S14-roles/parameterized-basic.t commit 776faf26ebc889ddc3b194b3e33ff8af136fc953 Author: moritz Date: Sun Aug 2 17:14:03 2009 + [t/spec] Tests for RT 68074: class composition time multi dispatc

Re: Testing Perl 6 analog to Perl 5's tie.

2009-08-02 Thread Moritz Lenz
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:<[ ]>. Also I'm far from being an expert on this field, so feel fr

[perl #65960] Roles don't do Role in Rakudo

2009-08-02 Thread Carl Mäsak via RT
This now works in latest Rakudo: rakudo: role A {}; say A ~~ Role rakudo e02bc0: OUTPUT«1␤» Assigning to KyleHa++ for spectesting.

[perl #65804] [BUG] 'sub' cannot be used as a routine name

2009-08-02 Thread Carl Mäsak via RT
This one seems fixed. rakudo: sub sub($foo) { say "OH HAI" }; sub(1) rakudo e02bc0: OUTPUT«OH HAI␤» * masak closes #65804 I'd close, but it could perhaps use a spectest; assigning to KyleHa++.

[perl #68116] [BUG] Rakudo won't accept subs as valid &-sigilled parameters in Rakudo

2009-08-02 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #68116] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68116 > rakudo: { &^c("$^a, $^b") }.("morning", "perl6ers", &say) rakudo e02bc0: OUTPUT«Parame

[perl #68114] [BUG] Reduce meta-op doesn't play nicely with ** (exponentation)

2009-08-02 Thread via RT
# New Ticket Created by Ben Petering # Please include the string: [perl #68114] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68114 > This code: say [**] 4,3,2 produces: 4096 But according to S03, ** is right ass

[perl #68112] [BUG] .sort doesn't accept &rand (or zero-arg subs in general) in Rakudo

2009-08-02 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #68112] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68112 > rakudo: say (1..10).sort(&rand) Yes. rakudo e02bc0: OUTPUT«too many arguments passed

[perl #68110] [BUG] Defaults are not respected in signatures in Rakudo for loops

2009-08-02 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #68110] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68110 > rakudo: my @a = 1,2,3; for @a -> $a, $b = 5 { say $a, "\t", $b } rakudo e02bc0: OUTPUT

[perl #68098] [PATCH]('fo','foo','bars').>>.chars from S03 works now

2009-08-02 Thread via RT
# New Ticket Created by 卓明亮 # Please include the string: [perl #68098] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68098 > 在此祝你身体健康,天天快乐 卓明亮