Author: allison
Date: Wed Dec 12 00:26:36 2007
New Revision: 23790
Modified:
trunk/docs/pdds/pdd25_concurrency.pod
Log:
[concurrency] Add a subtype attribute to the Task PMC, for events and
exceptions.
Modified: trunk/docs/pdds/pdd25_concurrency.pod
=
Looks good, and passes all tests. Go ahead and apply.
And, thanks!
Allison
Kevin Tew wrote:
pmichaud, this one's for you!
tewk
Andy Armstrong wrote:
On 11 Dec 2007, at 22:39, Tim Bunce wrote:
Perhaps new contributors could make notes about stumblings blocks
encountered along the way, so we know where to put signposts for others
who follow.
Good plan. I'll keep notes.
Great idea.
There are a few notes for new contr
On Dec 11, 2007 11:08 PM, Andy Lester <[EMAIL PROTECTED]> wrote:
> I made it make comment blocks look like this:
>
>/*
>
>=item C
>
>Does a synchronized removal of the head entry off the queue and
> returns it.
>
>=cut
>
>*/
>
>PARROT_CAN_RETURN_NULL
>QUEUE_ENTRY *
>
On 12/12/2007, jerry gay <[EMAIL PROTECTED]> wrote:
> On Dec 11, 2007 11:08 PM, Andy Lester <[EMAIL PROTECTED]> wrote:
> > I made it make comment blocks look like this:
> >
> >/*
> >
> >=item C
> >
> >Does a synchronized removal of the head entry off the queue and
> > returns it.
> >
>
I'm using this code to dump PGE parse trees in Perl5 dump format.
Can it get modified/added to HLLCompiler and PCT?
I'm using it for a research project where the compiler is written in Perl5.
The compiler translates the PGE parse tree into c++ code which is then
compiled.
I'd like to eventuall
I'm using this code to dump PGE parse trees in Perl5 dump format.
Can it get modified/added to HLLCompiler and PCT?
I'm using it for a research project where the compiler is written in Perl5.
The compiler translates the PGE parse tree into c++ code which is then
compiled.
I'd like to eventually
On Wed, Dec 12, 2007 at 09:16:46AM -0700, Kevin Tew wrote:
> I'm using this code to dump PGE parse trees in Perl5 dump format.
>
> Can it get modified/added to HLLCompiler and PCT?
> I'm using it for a research project where the compiler is written in Perl5.
> The compiler translates the PGE parse
On Tuesday 11 December 2007 09:20:22 Paul Hodges wrote:
> But on this general note, is there any current organization or location
> where small problems are being parcelled out? I'd love to help, but my
> time is as limited as everyone's If I could get small bites of work
> to do, maybe I coul
Andy Armstrong wrote:
Again, let me know if you need more.
Could you give it another go with the latest revision? (You'll need to
uncomment the 'Parrot_cx...' lines in src/inter_create.c again, as I
commented them out in trunk while working on the hangs.)
I've eliminated the hangs on my du
On 12 Dec 2007, at 19:53, Allison Randal wrote:
So, I'm interested to see what your 10.5 box does.
I uncommented the Parrot_cx calls and ran the tests twice - once with
CX_DEBUG = 1, once with CX_DEBUG = 0. It got through them all both
times :)
--
Andy Armstrong, Hexten
Andy Armstrong wrote:
I uncommented the Parrot_cx calls and ran the tests twice - once with
CX_DEBUG = 1, once with CX_DEBUG = 0. It got through them all both times :)
Excellent!
Thanks,
Allison
src/packfile.c:765:54: error: invalid digit "8" in octal constant
src/packfile.c:1059:30: error: invalid digit "8" in octal constant
This is because of the macro:
#define PARROT_PBC_MINOR 08
in include/parrot/pbcversion.h, which gets generated from the entry:
3.082007.12.12
chromatic wrote:
On Tuesday 11 December 2007 09:20:22 Paul Hodges wrote:
But on this general note, is there any current organization or location
where small problems are being parcelled out? I'd love to help, but my
time is as limited as everyone's If I could get small bites of work
to d
I've started to hack up a little script to chain smoke Parrot. It's
quite simple, all it currently does is:
for each test configuration
* copy (a hopefully clean) 'trunk' to a smoke directory
* wipe the environment and replace with a controlled one (mostly
Path, Include, Lib and http
Author: kjs
Date: Wed Dec 12 10:24:43 2007
New Revision: 23799
Modified:
trunk/docs/pdds/draft/pdd19_pir.pod
Log:
[pdd19] Add section about sub flags into PDD 19.
Modified: trunk/docs/pdds/draft/pdd19_pir.pod
==
--- t
Author: kjs
Date: Wed Dec 12 10:51:05 2007
New Revision: 23800
Modified:
trunk/docs/pdds/draft/pdd19_pir.pod
Log:
[pdd19] remove some old stuff, add some stuff from
docs/imcc/calling_conventions.pod.
Modified: trunk/docs/pdds/draft/pdd19_pir.pod
==
# New Ticket Created by Klaas-Jan Stol
# Please include the string: [perl #48513]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48513 >
It would be helpful if PCT knew how to handle integer registers if needed.
A typical
# New Ticket Created by Klaas-Jan Stol
# Please include the string: [perl #48529]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48529 >
hi,
I cleaned up a bit of the imcc docs; 2 files were removed, but are still
linked t
Author: kjs
Date: Wed Dec 12 11:00:49 2007
New Revision: 23801
Modified:
trunk/docs/pdds/draft/pdd19_pir.pod
Log:
[pdd19] move all useful stuff from docs/imcc/calling_conventions into pdd19.
Lots of the latter file is outdated, this file will be removed shortly.
Modified: trunk/docs/pdds/dra
20 matches
Mail list logo