Re: [perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2007-11-09 Thread Paul Cochrane
On 09/11/2007, Joshua Isom <[EMAIL PROTECTED]> wrote: > Did you test the exec runcore? I don't think any of that code is used > outside of the exec runcore so you aren't actually testing that code. I'll have a go at testing against the exec runcore and see what turns up. This is likely something

[TODO] Why two configuration steps where one would suffice?

2007-11-09 Thread James E Keenan
Currently, Parrot configuration step #32 is gen::cpu, while step #50 is auto:cpu. Let's do a diff between their respective packages (at r22775): [parrot] 504 $ diff -w config/gen/cpu.pm config/auto/cpu.pm > ~/learn/ parrot/diff.gen.auto.cpu.txt 1c1 < # Copyright (C) 2001-2006, The Perl Fou

Getting Feedback from Smoke Testers

2007-11-09 Thread Jim Keenan
One of the test files I wrote for configuration step class auto::alignptrs, t/configure/124-auto_alignptrs-05.t, has been getting failure reports on one particular test -- but not on all platforms, and not on a platform I have access to. I would like to follow up with the folks running these sm

[perl #47313] [BUG] config/auto/va_ptr.pm delivering surprising result

2007-11-09 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #47313] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47313 > The description for Parrot configuration step class auto::va_ptr states that its purpo

[perl #43348] [TODO] config/auto/cgoto.pm: Write unit tests

2007-11-09 Thread James Keenan via RT
Patches applied to trunk in r22786. Resolving ticket.

[perl #43332] [TODO] config/auto/env.pm: Write unit tests

2007-11-09 Thread James Keenan via RT
Please review attached patch, which refactors Parrot configuration step auto::env slightly and provides 3 test files. Index: MANIFEST === --- MANIFEST(revision 22786) +++ MANIFEST(working copy) @@ -1,7 +1,7 @@ # ex: set ro: #

Re: [svn:parrot] r22780 - in trunk/src: . pmc

2007-11-09 Thread chromatic
On Friday 09 November 2007 09:00:00 [EMAIL PROTECTED] wrote: > Author: paultcochrane > Date: Fri Nov 9 08:59:59 2007 > New Revision: 22780 > > Modified: >trunk/src/objects.c >trunk/src/pmc/namespace.pmc >trunk/src/pmc_freeze.c > > Log: > [core,pmc] Removed unreachable code compiler wa

Re: [perl #47313] [BUG] config/auto/va_ptr.pm delivering surprising result

2007-11-09 Thread Joshua Isom
On Nov 9, 2007, at 8:08 PM, James Keenan (via RT) wrote: # New Ticket Created by James Keenan # Please include the string: [perl #47313] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47313 > The description for Parrot con

Re: [perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2007-11-09 Thread Joshua Isom
On Nov 9, 2007, at 2:24 AM, Paul Cochrane wrote: On 09/11/2007, Joshua Isom <[EMAIL PROTECTED]> wrote: Did you test the exec runcore? I don't think any of that code is used outside of the exec runcore so you aren't actually testing that code. I'll have a go at testing against the exec runco