[svn:parrot-pdd] r23801 - trunk/docs/pdds/draft

2007-12-12 Thread kjs
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

[perl #48529] [TODO] Update website; remove 2 links to documents

2007-12-12 Thread via RT
# 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

[perl #48513] [TODO][PCT] Use of int registers in PCT.

2007-12-12 Thread via RT
# 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

[svn:parrot-pdd] r23800 - trunk/docs/pdds/draft

2007-12-12 Thread kjs
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 ==

[svn:parrot-pdd] r23799 - trunk/docs/pdds/draft

2007-12-12 Thread kjs
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

Chain Smoker

2007-12-12 Thread Ron Blaschke
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

Invalid PBC Minor Version in PBC_Compat (fixed in r23822)

2007-12-12 Thread chromatic
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

Re: Platform testing for concurrency scheduler runloop

2007-12-12 Thread Allison Randal
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

Re: Platform testing for concurrency scheduler runloop

2007-12-12 Thread Andy Armstrong
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

Re: Platform testing for concurrency scheduler runloop

2007-12-12 Thread Allison Randal
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

PerlPGEDumper with diff

2007-12-12 Thread Kevin Tew
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

Re: PerlPGEDumper

2007-12-12 Thread Patrick R. Michaud
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

PerlPGEDumper

2007-12-12 Thread Kevin Tew
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

Re: The headerizer and comment blocks

2007-12-12 Thread Paul Cochrane
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. > > >

Re: The headerizer and comment blocks

2007-12-12 Thread jerry gay
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 * >

Re: Status of docs/embed.pod and Parrot::Embed?

2007-12-12 Thread Allison Randal
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

Re: [PATCH] die MESSAGE opcode support

2007-12-12 Thread Allison Randal
Looks good, and passes all tests. Go ahead and apply. And, thanks! Allison Kevin Tew wrote: pmichaud, this one's for you! tewk

[svn:parrot-pdd] r23790 - trunk/docs/pdds

2007-12-12 Thread allison
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 =