Re: [perl #42360] [TODO]: Unit tests for Parrot::Revision

2007-05-02 Thread chromatic
On Wednesday 02 May 2007 19:33:18 James Keenan via RT wrote: > I use Subversion as my local version control client, so I'm not currently > able to write tests for the svk-associated stanza.  Hence, testing coverage > is lower than I would normally be satisfied with.  Patches from svk users > would

[perl #42360] [TODO]: Unit tests for Parrot::Revision

2007-05-02 Thread James Keenan via RT
See attached patch revision.patch.txt. Per discussion on list with particle, lib/Parrot/ Revision.pm is revised to eliminate unassignable variable $svn_entries and one stanza of code associated therewith. Also eliminates unused variable $ent. I also add 4 test files: two in t/configure/ an

[perl #42777] [PATCH] Configure.pl and underlying packages: Eliminate temporary hack

2007-05-02 Thread James Keenan via RT
Patch applied in r18405. Hack described in Configure.pl and found in Parrot::Configure::Step is fixed by making Parrot::Configure object into a singleton. This entailed changes in those two packages as well as config/init/defaults.pm. Also: Parrot::Configure::Data::slurp() now checks Parrot::Co

Parrot src/jit/.../jit_emit.h

2007-05-02 Thread Yehoshua Sapir
I'm working on ticket #38929 ( http://rt.perl.org/rt3//Public/Bug/Display.html?id=38929 ) As far as I can tell, there's a JIT_EMIT #define that the .c files set before they #include jit_emit.h, and what it does is switch out parts of jit_emit.h. What is this good for? (This is important for me

[perl #42861] [BUG] config.pir broken in installed parrot

2007-05-02 Thread Yehoshua Sapir
# New Ticket Created by "Yehoshua Sapir" # Please include the string: [perl #42861] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42861 > This has a lot to do with tickets #42558 and #34994: (there's quite a bit to read in

[perl #42865] [BUG] There's no way to set a vtable function with a Sub at runtime

2007-05-02 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #42865] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42865 > There's no real way to set a vtable function at runtime. It's possible to use the PI

[perl #42864] [BUG] Copying a :vtable sub also copies :vtable information

2007-05-02 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #42864] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42864 > Copying a subroutine/method that has also been marked as a :vtable function also cop

Re: [perl #42412] Configure.pl things =no is true

2007-05-02 Thread Andy Dougherty
On Tue, 1 May 2007, James Keenan via RT wrote: > On Tue Apr 10 01:45:31 2007, [EMAIL PROTECTED] wrote: > > Configure should act as though writing --foo=no is false instead of > > true. Tonight I tried using --execcapable=no to get around a compile > > failure, but then realized that it would pr

Re: [perl #42792] GC bug added in r18323

2007-05-02 Thread Joshua Isom
At the time I got this email, it was still failing when I applied the patch, but with r18394 it's currently working again without problems. A full make test passes with only previously failing errors. On May 1, 2007, at 2:11 PM, chromatic wrote: On Sunday 29 April 2007 11:18:20 Joshua Isom w