Re: [perl #46513] [BUG] t/pmc/exporter.t test failures

2007-10-17 Thread chromatic
On Wednesday 17 October 2007 19:30:09 James Keenan wrote: > [li11-226:parrot] 550 $ prove -v t/pmc/exporter.t > t/pmc/exporter1..12 > ok 1 - new > not ok 2 - source > > # Failed test (t/pmc/exporter.t at line 43) > # Exited with error code: [SIGNAL 11] > # Received: > # ok 1 - source() ret

[perl #45525] [TODO] Configure.pl: permit a --fatal-step option

2007-10-17 Thread James Keenan via RT
Please review patch attached, which provides --fatal and --fatal-step options. Index: MANIFEST === --- MANIFEST(revision 22201) +++ MANIFEST(working copy) @@ -1,7 +1,7 @@ # ex: set ro: # $Id$ # -# generated by tools/dev/mk_m

[perl #46519] [BUG] t/stm/runtime.t test failures

2007-10-17 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #46519] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46519 > Linux: r22201. [li11-226:parrot] 555 $ prove -v t/stm/runtime.t t/stm/runtime1..5

[perl #46517] [BUG] t/stm/llqueue.t test failures

2007-10-17 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #46517] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46517 > Linux. r22201. [li11-226:parrot] 554 $ prove -v t/stm/llqueue.t t/stm/llqueue1..2 n

[perl #46515] [BUG] t/pmc/threads.t test failures

2007-10-17 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #46515] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46515 > Linux. r22201. [li11-226:parrot] 552 $ prove -v t/pmc/threads.t t/pmc/threads1..20

[perl #46513] [BUG] t/pmc/exporter.t test failures

2007-10-17 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #46513] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46513 > [li11-226:parrot] 550 $ prove -v t/pmc/exporter.t t/pmc/exporter1..12 ok 1 - new not

[perl #46373] [PATCH] Revise construction of configuration step classes

2007-10-17 Thread James Keenan via RT
Patch applied to trunk in r22195.

Re: [perl #46499] [RFE] Allow comment lines in PIR .param list

2007-10-17 Thread jerry gay
On 10/17/07, via RT Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Bernhard Schmalhofer > # Please include the string: [perl #46499] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=46499 > > > > Cu

Re: [perl #46499] [RFE] Allow comment lines in PIR .param list

2007-10-17 Thread Will Coleda
On Oct 17, 2007, at 3:09 PM, Bernhard Schmalhofer (via RT) wrote: This surprised me, as I expected that '#' lines would be ignored. So I propose to tweak the PIR grammar such that comment lines are allowed Yes please. -- Will "Coke" Coleda [EMAIL PROTECTED]

[perl #46499] [RFE] Allow comment lines in PIR .param list

2007-10-17 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #46499] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46499 > Currently following PIR is failing because of the '#' in the '.param' list. .su

[perl #46503] [TODO] Remove individual runcore command line flags...

2007-10-17 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #46503] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46503 > And replace them with a single switch, instead. --runcore=bounds|cgp|fast|cg|jit|switche

[svn:parrot-pdd] r22180 - in trunk: . apps/p3 compilers/imcc compilers/past-pm/PAST compilers/pct/src compilers/pge/PGE compilers/tge config/gen config/gen/makefiles docs docs/book docs/imcc docs/pdds

2007-10-17 Thread allison
Author: allison Date: Wed Oct 17 12:33:17 2007 New Revision: 22180 Modified: trunk/docs/pdds/pdd15_objects.pod trunk/docs/pdds/pdd17_pmc.pod Changes in other areas also in this revision: Added: trunk/include/parrot/oo.h - copied unchanged from r22176, /branches/pdd15oo/include/parr

Merging the pdd15oo branch back into trunk

2007-10-17 Thread Allison Randal
At Coke's suggestion, I'm merging the pdd15oo branch back into trunk, to give us the maximum possible time to shake it down before the 0.5.0 release in November. The branch still has 4 remaining failing core tests, all related to cloning the interpreter for a thread. I'll resolve these right a

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

2007-10-17 Thread kjs
Author: kjs Date: Wed Oct 17 02:41:08 2007 New Revision: 22164 Modified: trunk/docs/pdds/draft/pdd19_pir.pod Log: pdd19_pir.pod: * fix typo * remove .param " syntax description; is not implemented anyway. Modified: trunk/docs/pdds/draft/pdd19_pir.pod ==

[perl #46473] Patch to correctly verify whether the malloc, format, and nonnull attributes are supported

2007-10-17 Thread Rob West
# New Ticket Created by "Rob West" # Please include the string: [perl #46473] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46473 > This patch should make it so that the NOTNULL macro will work as expected for a compiler t