Re: [perl #64712] something is wrong with gen_parrot.pl

2009-04-14 Thread Mark J. Reed
Please do not replace system(LIST) with system(STR). All sorts of complexities arise. What is the exact value of $required? Is something maybe adding quotation marks to it? That would fit the symptom. On 4/14/09, Sam Dela Cruz wrote: > Hi Will, > > Thanks for the reply. Here's the error mess

[perl #64716] "Bidi" is four charaters, not two

2009-04-14 Thread via RT
# New Ticket Created by Brian Gernhardt # Please include the string: [perl #64716] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64716 > Was just updating my local copy of rakudo when I noticed a small error. In the new un

Re: [perl #64712] something is wrong with gen_parrot.pl

2009-04-14 Thread Sam Dela Cruz
Hi Will, Thanks for the reply. Here's the error message I'm getting: Generating Parrot ... /usr/bin/perl build/gen_parrot.pl via svn...t Parrot r37980 'vn: Syntax error in revision argument '37980 And I just tried it again, after changing line 47 to: system("svn checkout -r" . $required . "

r26234 - docs/Perl6/Spec

2009-04-14 Thread pugs-commits
Author: moritz Date: 2009-04-14 17:56:57 +0200 (Tue, 14 Apr 2009) New Revision: 26234 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] fix small logic error in example The old example matched 'ac' illegally Modified: docs/Perl6/Spec/S05-regex.pod

r26233 - docs/Perl6/Spec

2009-04-14 Thread pugs-commits
Author: moritz Date: 2009-04-14 17:56:53 +0200 (Tue, 14 Apr 2009) New Revision: 26233 Modified: docs/Perl6/Spec/S12-objects.pod Log: version string starts with v Modified: docs/Perl6/Spec/S12-objects.pod === --- docs/Perl6/Spec/S1

Re: [perl #64712] something is wrong with gen_parrot.pl

2009-04-14 Thread John Macdonald
On Tue, Apr 14, 2009 at 05:17:08AM -0700, Will Coleda via RT wrote: > On Tue Apr 14 01:44:39 2009, samm...@gmail.com wrote: > > Hi, > > > > I think this line is wrong: > > line 47: system(qw(svn checkout -r), $required , qw( > > https://svn.parrot.org/parrot/trunk parrot)); > > > > all qw shoul

[perl #64712] something is wrong with gen_parrot.pl

2009-04-14 Thread Will Coleda via RT
On Tue Apr 14 01:44:39 2009, samm...@gmail.com wrote: > Hi, > > I think this line is wrong: > line 47: system(qw(svn checkout -r), $required , qw( > https://svn.parrot.org/parrot/trunk parrot)); > > all qw should be removed, in my ubuntu, i think what' s happening is it's > removing all the sp

[perl #64712] something is wrong with gen_parrot.pl

2009-04-14 Thread via RT
# New Ticket Created by Sam Dela Cruz # Please include the string: [perl #64712] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64712 > Hi, I think this line is wrong: line 47: system(qw(svn checkout -r), $required , qw(

[perl #64708] [PATCH] Implemented the slurp method to be invoked on Str file names

2009-04-14 Thread Ifejinelo Onyiah
# New Ticket Created by "Ifejinelo Onyiah" # Please include the string: [perl #64708] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64708 > Hi all, I hope this PATCH is correct. A couple of issues came up whilst I was wo

[perl #64694] [BUG] Rakudo fails to build against parrot r38094

2009-04-14 Thread webmas...@cosmicperl.com (via RT)
# New Ticket Created by webmas...@cosmicperl.com # Please include the string: [perl #64694] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64694 > On Vista32 (haven't tested on Linux) the latest Rakudo fails to build again