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

2007-10-14 Thread Bernhard Schmalhofer
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 remaining test complains about more than one '.' in a filename and filenames which

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

2007-10-14 Thread allison
Author: allison Date: Sun Oct 14 21:37:31 2007 New Revision: 22101 Modified: trunk/docs/pdds/draft/pdd24_events.pod Log: [pdd] Fill in attributes and vtable functions for events and event handlers. Modified: trunk/docs/pdds/draft/pdd24_events.pod =

Re: [perl #43661] [CAGE] Get parrot configuration to autodiscover gcc warning flags

2007-10-14 Thread James E Keenan
Paul Cochrane via RT wrote: On Sun Jul 08 15:09:19 2007, ptc wrote: At present we have to specify warnings flags for each version of gcc (see config/auto/gcc.pm). This is a pain. Perl 5 is able to work out automatically the warnings flags of gcc and then use those for compilation. Parrot shou

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

2007-10-14 Thread Paul Cochrane via RT
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 remaining test complains about more than one '.' in a filename and filenames which don't conform to the 8.3 format. My f

[pdd15oo] Comments on class metaclass "parent" API

2007-10-14 Thread Bob Rogers
Here are a few things that struck me just now, looking at pdd15_objects.pod. (Though it may or may not be the right time for dealing with them.) 1. The C operation doesn't say how the new parent affects the MRO: =item add_parent $P1.add_parent($P3) Adds a singl

[perl #43661] [CAGE] Get parrot configuration to autodiscover gcc warning flags

2007-10-14 Thread Paul Cochrane via RT
On Sun Jul 08 15:09:19 2007, ptc wrote: > At present we have to specify warnings flags for each version of gcc > (see config/auto/gcc.pm). This is a pain. Perl 5 is able to work out > automatically the warnings flags of gcc and then use those for > compilation. Parrot should do this too. Automa

[perl #46425] [PATCH] Use 'inline' only if explicitly told

2007-10-14 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46425] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46425 > Hi all, Compiling Parrot with -ansi (in gcc) means that it will barf on the 'inline' k

[perl #43424] [TODO] pdd15 objects documentation incorrect (callmethod)

2007-10-14 Thread Allison Randal via RT
Resolved in r22089 with a patch from Juan Natera (Pabellon) at the PPW Hackathon.

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

2007-10-14 Thread Klaas-Jan Stol via RT
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. Thanks in advance, kjs On Mon Oct 08 06:50:29 2007, kjs wrote: > On 10/8/07,