# 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
# 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
# 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
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
http://git.rakudo.org now redirects to the Github project home.
xoxo,
Andy
--
Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance
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
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
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.