[perl #63692] [PATCH] Replace PIR grep with a P6 version

2009-03-07 Thread via RT
# New Ticket Created by Cory Spencer # Please include the string: [perl #63692] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63692 > This patch adds a version of grep to the Perl 6 setting. 0001-Removed-PIR-of-grep-an

[perl #63690] Enums with parenthesis

2009-03-07 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #63690] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63690 > Rakudo is too strict while parsing enum expressions: 20:18 <@moritz_> rakudo: say enum F

[perl #63686] Can't iterate over junctions in hash keys

2009-03-07 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #63686] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63686 > This works: 17:58 <@moritz_> rakudo: my %h = ( a => any(3, 4) ); say %h.WHAT; 17:58 < p6

Re: TGE Build problem after current subversion update

2009-03-07 Thread Elyse M. Grasso
On Saturday 07 March 2009, Elyse M. Grasso wrote: > I just tried to rebuild after doing a 'subversion update'. Doh. make clean seems to have fixed it. Should the README mention make clean? Sorry for the noise... -- Elyse Grasso http://www.data-raptors.comComputers and Technology http://ww

git.rakudo.org

2009-03-07 Thread Andy Lester
http://git.rakudo.org now redirects to the Github project home. xoxo, Andy -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

TGE Build problem after current subversion update

2009-03-07 Thread Elyse M. Grasso
I just tried to rebuild after doing a 'subversion update'. subversion reports parrot is "At revision 37184." perl Configure.pl worked, make fails with: make[1]: Entering directory `/home/emgrasso/parrot/compilers/tge' ../../parrot -o ../../runtime/parrot/library/TGE.pbc --output-pbc TGE.pir error

r25735 - docs/Perl6/Spec

2009-03-07 Thread pugs-commits
Author: lwall Date: 2009-03-07 19:19:29 +0100 (Sat, 07 Mar 2009) New Revision: 25735 Modified: docs/Perl6/Spec/S02-bits.pod Log: disallow bare <> as probable p5ism Modified: docs/Perl6/Spec/S02-bits.pod === --- docs/Perl6/Spec/S0

[perl #62178] [BUG] gather+while only takes last value tested

2009-03-07 Thread Vasily Chekalkin via RT
On Sat Jan 10 17:30:23 2009, s1n wrote: > When mixing gather with a while loop, only the last element tested by the > while predicate seems to actually be gathered. I created a test to mix > gather and while in S04-statements/gather.t: Patch to clone argument of "take" available at http://github.