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

2007-10-16 Thread allison
Author: allison Date: Tue Oct 16 00:33:50 2007 New Revision: 22115 Modified: trunk/docs/pdds/pdd24_events.pod Log: [pdd] Additional window events suggested by Klaas-Jan Stol. Modified: trunk/docs/pdds/pdd24_events.pod ==

Events PDD

2007-10-16 Thread Allison Randal
I've just launched PDD 24 out of the draft directory. Comments and suggestions welcome. Allison

Re: [perl #46391] [TODO] Return None PMC for nonexisting keys in gdbmhash

2007-10-16 Thread Allison Randal
Patrick R. Michaud wrote: In most other places in Parrot at the moment, fetching a nonexisting key from a hash-like object returns a null PMC, and fetching a nonexisting element from an array-like object returns Undef. So, I'd be in favor of changing the above TODO to read "return null for none

Re: [perl #46099] [TODO] Check for existing parent classes in add_parent()

2007-10-16 Thread Allison Randal
Klaas-Jan Stol via RT wrote: Hi, the patch I provided has not yet been reviewed or applied. Could anybody have a look at it? It'll only take 5 minutes or so. If it's ok, it can be applied before this month's release, and this ticket can be closed. Applied now in the PDD 15 branch, together wit

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

2007-10-16 Thread kjs
Author: kjs Date: Tue Oct 16 02:33:38 2007 New Revision: 22124 Modified: trunk/docs/pdds/draft/pdd19_pir.pod Log: docs/draft/pdd19_pir.pod: * remove incorrect reference to ticket about ".globalconst", which is not to be removed; the ticket refers to ".global" only. * add note to ".param " syn

[perl #46455] [IMCC] .param does not work

2007-10-16 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #46455] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46455 > hi, according to IMCC's docs, you should be able to specify a parameter like so: .pa

[perl #46457] [BUG][IMCC] long sub invocation with named parameters

2007-10-16 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #46457] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46457 > It seems that the long version to invoke a subroutine, using .pcc_begin/end does not w

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

2007-10-16 Thread smash
Author: smash Date: Tue Oct 16 06:33:21 2007 New Revision: 22126 Modified: trunk/docs/pdds/draft/pdd19_pir.pod Log: [pdds] * some tweaks to pdd19_pir.pod * introduced ' = ' instruction in pdd19_pir.pod Modified: trunk/docs/pdds/draft/pdd19_pir.pod ==

Re: [perl #46455] [IMCC] .param does not work

2007-10-16 Thread Patrick R. Michaud
On Tue, Oct 16, 2007 at 02:24:41AM -0700, Klaas-Jan Stol wrote: > according to IMCC's docs, you should be able to specify a parameter like so: > > .param $P0 > > However, this does not work. > It must be decided whether this syntax is desirable, or not needed. If > desirable, it must be implement

[IMCC] Namespace keylists rationalization

2007-10-16 Thread Klaas-Jan Stol
I wonder what a namespace keylist using ".." means: .namespace [ "x" .. "y" ] .sub main print "main" .end this compiles fine,but I have no clue what this means. If it this is nonsense, I'll fix it (but not necessarily in imcc.y, I'm in the process of writing a clean bison file for pir, which

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

2007-10-16 Thread Joshua Juran
On Oct 16, 2007, at 6:33 AM, [EMAIL PROTECTED] wrote: Modified: trunk/docs/pdds/draft/pdd19_pir.pod == --- trunk/docs/pdds/draft/pdd19_pir.pod (original) +++ trunk/docs/pdds/draft/pdd19_pir.pod Tue Oct 16 06:33:21 200

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

2007-10-16 Thread pmichaud
Author: pmichaud Date: Tue Oct 16 09:31:21 2007 New Revision: 22128 Added: trunk/docs/pdds/draft/pdd26_ast.pod Changes in other areas also in this revision: Modified: trunk/MANIFEST Log: [docs]: * Add initial draft of pdd26 (abstract syntax tree). * More to come after lunch. Added: trunk

Re: [perl #39824] [CAGE] tools/dev/check_source_standards.pl -- this should be a test

2007-10-16 Thread Paul Cochrane
Oops, I forgot to attach the test... On 16/10/2007, Paul Cochrane <[EMAIL PROTECTED]> wrote: > On 15/10/2007, Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > > Paul Cochrane via RT schrieb: > > > On Fri Nov 17 14:17:18 2006, particle wrote: > > > > > >> ~ all but one test have been adapted for

Re: [perl #39824] [CAGE] tools/dev/check_source_standards.pl -- this should be a test

2007-10-16 Thread jerry gay
On 10/16/07, Paul Cochrane <[EMAIL PROTECTED]> wrote: > On 15/10/2007, Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > > Paul Cochrane via RT schrieb: > > > On Fri Nov 17 14:17:18 2006, particle wrote: > > > > > >> ~ all but one test have been adapted for and moved to t/codingstd/ > > >> ~ remain

Re: [perl #39824] [CAGE] tools/dev/check_source_standards.pl -- this should be a test

2007-10-16 Thread Paul Cochrane
On 15/10/2007, Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > Paul Cochrane via RT schrieb: > > On Fri Nov 17 14:17:18 2006, particle wrote: > > > >> ~ all but one test have been adapted for and moved to t/codingstd/ > >> ~ remaining test is for not-yet-approved codingstd item > >> > > > > The r

Re: [perl #39824] [CAGE] tools/dev/check_source_standards.pl -- this should be a test

2007-10-16 Thread Paul Cochrane
On 16/10/2007, jerry gay <[EMAIL PROTECTED]> wrote: > On 10/16/07, Paul Cochrane <[EMAIL PROTECTED]> wrote: > > On 15/10/2007, Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > > > Paul Cochrane via RT schrieb: > > > > On Fri Nov 17 14:17:18 2006, particle wrote: > > > > > > > >> ~ all but one test

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

2007-10-16 Thread particle
Author: particle Date: Tue Oct 16 11:54:45 2007 New Revision: 22132 Modified: trunk/docs/pdds/draft/pdd26_ast.pod (props changed) Log: [PDD]: metadata cleanup on new AST PDD

Re: [perl #39824] [CAGE] tools/dev/check_source_standards.pl -- this should be a test

2007-10-16 Thread Allison Randal
Paul Cochrane wrote: Ok, the currently targeted platforms (as given in PLATFORMS) are: - Darwin - Linux (various flavours) - OpenBSD - FreeBSD (not actually mentioned, but I've seen mention of it working recently) - Solaris (versions 8--10) - OpenSolaris (basically Solaris10) - Tru64 (I d

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

2007-10-16 Thread pmichaud
Author: pmichaud Date: Tue Oct 16 12:38:40 2007 New Revision: 22138 Modified: trunk/docs/pdds/draft/pdd26_ast.pod Log: [docs]: * More updates to pdd26_ast.pod (for PAST::Op nodes). Modified: trunk/docs/pdds/draft/pdd26_ast.pod =

Re: [perl #46455] [IMCC] .param does not work

2007-10-16 Thread Allison Randal
Patrick R. Michaud wrote: I'm in favor of removing the ".param $P0" syntax. Agreed. We'll consider it an early idea that didn't prove useful. Check to see if there is any lingering (non-functional) code partially implementing the feature and remove it. Allison

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

2007-10-16 Thread pmichaud
Author: pmichaud Date: Tue Oct 16 13:25:45 2007 New Revision: 22139 Modified: trunk/docs/pdds/draft/pdd26_ast.pod Log: [docs]: * Finish up this draft of pdd26_ast.pod. Modified: trunk/docs/pdds/draft/pdd26_ast.pod ==

AST PDD draft available for review (pdd26_ast.pod)

2007-10-16 Thread Patrick R. Michaud
I've just committed a draft of pdd26_ast.pod, which describes the Parrot Abstract Syntax Tree (PAST) model. Any comments, patches, or suggestions are greatly welcomed. Much of the new version of PAST is already implemented by the compiler toolkit (compilers/pct/), although there are a few diffe

Re: [svn:parrot] r22141 - branches/pdd15oo/src/pmc

2007-10-16 Thread Patrick R. Michaud
On Tue, Oct 16, 2007 at 01:39:21PM -0700, [EMAIL PROTECTED] wrote: > Modified: branches/pdd15oo/src/pmc/capture.pmc > == > --- branches/pdd15oo/src/pmc/capture.pmc (original) > +++ branches/pdd15oo/src/pmc/capture.pmc

Re: Events PDD

2007-10-16 Thread Will Coleda
Fixed website to point to non-draft location. On Oct 16, 2007, at 3:36 AM, Allison Randal wrote: I've just launched PDD 24 out of the draft directory. Comments and suggestions welcome. Allison -- Will "Coke" Coleda [EMAIL PROTECTED]

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

2007-10-16 Thread coke
Author: coke Date: Tue Oct 16 15:55:30 2007 New Revision: 22146 Modified: trunk/docs/pdds/draft/pdd19_pir.pod Log: [docs] Grammar fix; Courtesy Joshua Juran <[EMAIL PROTECTED]> Modified: trunk/docs/pdds/draft/pdd19_pir.pod ===

Re: [perl #39824] [CAGE] tools/dev/check_source_standards.pl -- this should be a test

2007-10-16 Thread Joshua Juran
On Oct 16, 2007, at 10:52 AM, Paul Cochrane wrote: The minimum requirements for filenames should be: - Any character in the set: a-zA-Z0-9,.-_ - Should we make a rule about multiple dots? - Should there be a maximum length? 1024 chars? 100 chars? 12 chars? I would like to see a maximum

Re: [perl #46337] [BUG] pdd15oo: t/pmc/orderedhash.t

2007-10-16 Thread chromatic
On Wednesday 10 October 2007 13:31:07 Jerry Gay wrote: > the following orderedhash tests fail on win32 in the pdd15oo branch. > it seems to do with values disappearing via gc during a clone > operation. Should be fixed in r22148. (I know I fixed at least one bug here in that commit.) -- c

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

2007-10-16 Thread Will Coleda
Good catch, fixed. On Oct 16, 2007, at 11:46 AM, Joshua Juran wrote: On Oct 16, 2007, at 6:33 AM, [EMAIL PROTECTED] wrote: Modified: trunk/docs/pdds/draft/pdd19_pir.pod = = --- trunk/docs/pdds/draft/pdd19_pir.pod (o

0.4.17 holding pattern

2007-10-16 Thread Will Coleda
Anyone have anything they would like to try to squeeze in to the 0.4.17 release, coming later today? -- Will "Coke" Coleda [EMAIL PROTECTED]

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

2007-10-16 Thread allison
Author: allison Date: Tue Oct 16 18:46:26 2007 New Revision: 22154 Modified: trunk/docs/pdds/pdd24_events.pod Log: [pdd] Noted alternate possibilities for 'schedule'. Modified: trunk/docs/pdds/pdd24_events.pod == ---

Re: [perl #39824] [CAGE] tools/dev/check_source_standards.pl -- this should be a test

2007-10-16 Thread James E Keenan
Joshua Juran wrote: On Oct 16, 2007, at 10:52 AM, Paul Cochrane wrote: The minimum requirements for filenames should be: - Any character in the set: a-zA-Z0-9,.-_ - Should we make a rule about multiple dots? - Should there be a maximum length? 1024 chars? 100 chars? 12 chars? I would li

Re: [svn:parrot] r22141 - branches/pdd15oo/src/pmc

2007-10-16 Thread Allison Randal
Patrick R. Michaud wrote: I'm curious... is this code implying that any PMC class that may be subclassed in PIR needs to explicitly check for when that is happening and delegate to the proxy somehow? Originally that was the reason for the "if (PObj_is_object_TEST(SELF)) ..." portion of the co

Re: [perl #39824] [CAGE] tools/dev/check_source_standards.pl -- this should be a test

2007-10-16 Thread Patrick R. Michaud
On Tue, Oct 16, 2007 at 10:45:29PM -0400, James E Keenan wrote: > Joshua Juran wrote: > >On Oct 16, 2007, at 10:52 AM, Paul Cochrane wrote: > > > >>The minimum requirements for filenames should be: > >> - Any character in the set: a-zA-Z0-9,.-_ > >> - Should we make a rule about multiple dots? > >>

Re: [perl #39824] [CAGE] tools/dev/check_source_standards.pl -- this should be a test

2007-10-16 Thread Sartak
On 10/16/07, James E Keenan <[EMAIL PROTECTED]> wrote: > Joshua Juran wrote: > > On Oct 16, 2007, at 10:52 AM, Paul Cochrane wrote: > > > >> The minimum requirements for filenames should be: > >> - Any character in the set: a-zA-Z0-9,.-_ > >> - Should we make a rule about multiple dots? > >> - S

Re: [perl #39824] [CAGE] tools/dev/check_source_standards.pl -- this should be a test

2007-10-16 Thread Joshua Juran
On Oct 16, 2007, at 8:23 PM, Patrick R. Michaud wrote: On Tue, Oct 16, 2007 at 10:45:29PM -0400, James E Keenan wrote: Joshua Juran wrote: On Oct 16, 2007, at 10:52 AM, Paul Cochrane wrote: The minimum requirements for filenames should be: - Any character in the set: a-zA-Z0-9,.-_ - Should w

[perl #46479] Remove rt.saved.search from tools/util/release.json?

2007-10-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #46479] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46479 > This field doesn't seem to be used, and the url that is there is a pointer to a ticket,

[perl #46481] [PATCH] Add a GC-Debugging Core

2007-10-16 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #46481] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46481 > Here's a nifty little patch that adds a new runcore which runs a full GC cycle after each

Parrot 0.4.17 Released

2007-10-16 Thread Will Coleda
On behalf of the Parrot team, I'm proud to announce Parrot 0.4.17 "Two for Finching." Parrot (http://parrotcode.org/) is a virtual machine aimed at running all dynamic languages. Parrot 0.4.17 can be obtained via CPAN (soon), or follow the download instructions at http://parrotcode.org/source.

Post 0.4.17

2007-10-16 Thread Will Coleda
Added a redirect [ http://www.parrotcode.org/release/devel ] Which should always point to the latest tarball on CPAN. Have at the deprecations; we can also consider merging the mostly done pdd15oo back to trunk now, if we're pretty sure we'll finish it up before the November cut. Current