Author: allison
Date: Wed Aug 2 23:08:19 2006
New Revision: 13766
Modified:
trunk/docs/pdds/clip/pdd10_embedding.pod
Changes in other areas also in this revision:
Modified:
trunk/ (props changed)
Log:
[pdd10] An initial stub of the embedding PDD. (Thanks chromatic!)
Modified: trunk/do
# New Ticket Created by Kevin Tew
# Please include the string: [perl #40053]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40053 >
It should die with a more informative error message and a line number or
rule name.
Null
On Wednesday 02 August 2006 13:13, Will Coleda wrote:
> Seems fine, modulo:
>
> - my @cmd = qw(svn pg Copyright);
> + my @cmd = qw(pg Copyright);
>
> should probably be:
>
> - my @cmd = qw(svn pg Copyright);
> + my @cmd = qw($cmd pg Copyright);
>
> (though that test is skipped righ
Seems fine, modulo:
- my @cmd = qw(svn pg Copyright);
+ my @cmd = qw(pg Copyright);
should probably be:
- my @cmd = qw(svn pg Copyright);
+ my @cmd = qw($cmd pg Copyright);
(though that test is skipped right now anyway)
On Aug 2, 2006, at 3:55 PM, chromatic wrote:
On
On Wednesday 02 August 2006 12:53, Will Coleda wrote:
> Every single test fails because the file assumes svn instead of svk,
> e.g.:
>
> my @cmd = qw(svn pg svn:mime-type);
> @cmd = qw(svn pg svn:keywords);
>
> one reference is made to 'svk ls', but it's never considered as an
> optio
Every single test fails because the file assumes svn instead of svk,
e.g.:
my @cmd = qw(svn pg svn:mime-type);
@cmd = qw(svn pg svn:keywords);
one reference is made to 'svk ls', but it's never considered as an
option to get at the meta data, just as a criteria to then try to get
On 8/2/06, Leopold Toetsch <[EMAIL PROTECTED]> wrote:
Am Mittwoch, 2. August 2006 19:52 schrieb [EMAIL PROTECTED]:
> > There must be some other problem elsewhere.
>
> Found the problem... it was MY problem... I had rests of an old
instalation
> of parrot in my /usr/local/lib, and gcc was pulling
it's not like you to submit bug reports without useful information.
how do you quantify "doesn't like svk?"
what is the output of C?
~jerry
# New Ticket Created by Will Coleda
# Please include the string: [perl #40048]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40048 >
works fine with svn, but not svk. be nice if it worked under either
system.
--
Will "C
Am Mittwoch, 2. August 2006 19:52 schrieb [EMAIL PROTECTED]:
> > There must be some other problem elsewhere.
>
> Found the problem... it was MY problem... I had rests of an old instalation
> of parrot in my /usr/local/lib, and gcc was pulling libparrot from there,
> making the hole process borked..
On 8/1/06, Leopold Toetsch <[EMAIL PROTECTED]> wrote:
Am Montag, 31. Juli 2006 22:38 schrieb [EMAIL PROTECTED]:
>
> The trunk wasn't compilling in my machines...
>
> After digging into Makefile I found missing depencies linking
> miniparrot and parrot
+$(IMCC_DIR)/imclexer$(O) $(IMCC_DI
[EMAIL PROTECTED] commits:
> +If the first character is a plus or minus, the initial identifier taken
> +as a character class, so
s/taken/is taken/
--
Aaron Crane
Author: larry
Date: Wed Aug 2 07:53:12 2006
New Revision: 10538
Modified:
doc/trunk/design/syn/S05.pod
Log:
Clarified Unicode property names a bit.
Modified: doc/trunk/design/syn/S05.pod
==
--- doc/trunk/design/syn/
Author: larry
Date: Wed Aug 2 00:20:22 2006
New Revision: 10537
Modified:
doc/trunk/design/syn/S02.pod
doc/trunk/design/syn/S12.pod
Log:
Added back in qx forms where x is single modifier character.
Modified: doc/trunk/design/syn/S02.pod
===
On Tuesday 01 August 2006 23:11, Vishal Soni wrote:
> I need to have a shared lib for a Dynamic PMC. The shared lib is generated
> from my own code. What is a good location to place the shared lib that I
> generate?
>
> Is lib/blib a good location?
>
> This is for Byte Code generator.
There's bli
15 matches
Mail list logo