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
# 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
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 . "
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
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
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
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
# 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(
# 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
# 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
10 matches
Mail list logo