Parrot Blogs

2008-03-05 Thread James E Keenan
From #parrotsketch yesterday, I learned of the existence of http:// www.parrotblog.org/. I also learned (or, perhaps, re-learned) of the existence of http://planet.parrotcode.org/. What are the purpose and intended audience of each? kid51

Re: pdd17pmc branch review

2008-03-05 Thread chromatic
On Wednesday 05 March 2008 09:34:48 Bernhard Schmalhofer wrote: > Plumhead: Can't build the PHPArray PMC: Fixed in r26288. After r26234, PHPArray's mark() works correctly, which fixes one segfault for me. r26235 fixed an order-of-destruction error that was Parrot's problem, not PHPArray's, bu

Re: Re: pdd17pmc branch review

2008-03-05 Thread Jim Keenan
>From: Will Coleda <[EMAIL PROTECTED]> >I am confused why this wasn't failing for allison & chromatic. I added >in the missing headers in r26227. > All tests passed at r26228 (except the macro.t test that's been failing in trunk). kid51

Re: including Zend-licensed code in Parrot

2008-03-05 Thread Allison Randal
Christoph Otto wrote: I'm helping Bernhard Schmalhofer with Plumhead (PHP/Parrot) by writing a PHPArray PMC and some tests. To maximize compatibility and minimize my effort, I've been copying and modifying code from Zend's implementation where appropriate, using the code from http://lxr.php.n

[svn:parrot-pdd] r26232 - in trunk/docs: . pdds

2008-03-05 Thread bernhard
Author: bernhard Date: Wed Mar 5 11:02:00 2008 New Revision: 26232 Modified: trunk/docs/pdds/pdd03_calling_conventions.pod trunk/docs/pdds/pdd_template.pod Changes in other areas also in this revision: Modified: trunk/docs/overview.pod trunk/docs/parrotbyte.pod Log: [docs] Update a

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

2008-03-05 Thread bernhard
Author: bernhard Date: Wed Mar 5 10:59:21 2008 New Revision: 26231 Modified: trunk/docs/pdds/pdd07_codingstd.pod Log: [doc] Spelling and markup fixes. Modified: trunk/docs/pdds/pdd07_codingstd.pod == --- trunk/docs/

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

2008-03-05 Thread bernhard
Author: bernhard Date: Wed Mar 5 10:55:16 2008 New Revision: 26230 Modified: trunk/docs/pdds/pdd00_pdd.pod Log: [docs] s/Perl/Perl 5/ Modified: trunk/docs/pdds/pdd00_pdd.pod == --- trunk/docs/pdds/pdd00_pdd.pod

Re: pdd17pmc branch review

2008-03-05 Thread chromatic
On Wednesday 05 March 2008 09:34:48 Bernhard Schmalhofer wrote: > Plumhead: Can't build the PHPArray PMC: > > usr/bin/perl > /home/bernhard/devel/Parrot/branches/pdd17pmc/tools/build/pmc2c.pl > --library php_group --c phparray.pmc > cc -c -o phparray.o ... > ./phparray.c: In Funktion »Parrot_PHP

Re: pdd17pmc branch review

2008-03-05 Thread Bernhard Schmalhofer
Will Coleda schrieb: I wanted to call attention to part of today's Parrot Sketch: - Otherwise, the PMC branch is ready for language testing, will plan to merge it back into trunk next weekend. So, language developers (and others); please grab a copy of https://svn.perl.org/parrot/branches/pdd1

Re: pdd17pmc branch review

2008-03-05 Thread Will Coleda
On Wed, Mar 5, 2008 at 12:17 PM, jerry gay <[EMAIL PROTECTED]> wrote: > > On Wed, Mar 5, 2008 at 8:44 AM, Will Coleda <[EMAIL PROTECTED]> wrote: > > > > On Tue, Mar 4, 2008 at 10:14 PM, chromatic <[EMAIL PROTECTED]> wrote: > > > > > > On Tuesday 04 March 2008 19:09:48 Will Coleda wrote: > >

Re: Re: pdd17pmc branch review

2008-03-05 Thread Jim Keenan
>From: Will Coleda <[EMAIL PROTECTED]> > > >I am confused why this wasn't failing for allison & chromatic. I added >in the missing headers in r26227. > Note that I was reporting on an earlier revision. In "20080304.26216.pdd17pmc.txt", the second bunch of digits is the revision number at which

Re: pdd17pmc branch review

2008-03-05 Thread jerry gay
On Wed, Mar 5, 2008 at 8:44 AM, Will Coleda <[EMAIL PROTECTED]> wrote: > > On Tue, Mar 4, 2008 at 10:14 PM, chromatic <[EMAIL PROTECTED]> wrote: > > > > On Tuesday 04 March 2008 19:09:48 Will Coleda wrote: > > > > > On Tue, Mar 4, 2008 at 9:39 PM, chromatic <[EMAIL PROTECTED]> wrote: > > > >

Re: Re: pdd17pmc branch review

2008-03-05 Thread Jim Keenan
>From: Will Coleda <[EMAIL PROTECTED]> > >I am confused why this wasn't failing for allison & chromatic. I added >in the missing headers in r26227. > I'll try to update and give it another spin later today.

Re: pdd17pmc branch review

2008-03-05 Thread Will Coleda
On Tue, Mar 4, 2008 at 10:14 PM, chromatic <[EMAIL PROTECTED]> wrote: > > On Tuesday 04 March 2008 19:09:48 Will Coleda wrote: > > > On Tue, Mar 4, 2008 at 9:39 PM, chromatic <[EMAIL PROTECTED]> wrote: > > > > Tcl: doesn't run > > > > > > unable to assign self to this type > > > # current i

Re: pdd17pmc branch review

2008-03-05 Thread Will Coleda
On Tue, Mar 4, 2008 at 9:59 PM, James E Keenan <[EMAIL PROTECTED]> wrote: > James E Keenan wrote: > > > > > As I would have expected, the branch passed all the tests run via 'perl > > Configure.pl --test'. > > > But having said that, it failed 'make' on the same box (a box where > trunk consis