[perl #43341] [TODO] config/inter/progs.pm: Write unit tests

2007-10-23 Thread James Keenan via RT
Patch applied in r22436; ticket is once again resolved.

[perl #43341] [TODO] config/inter/progs.pm: Write unit tests

2007-10-22 Thread James Keenan via RT
Reopening this ticket to pose same question as in 44171: Why $/ where a newline would suffice? ./config//inter/progs.pm:39:print $/ if $verbose;

[perl #43341] [TODO] config/inter/progs.pm: Write unit tests

2007-09-07 Thread James Keenan via RT
Patches committed to trunk in r21127.

[perl #43341] [TODO] config/inter/progs.pm: Write unit tests

2007-09-05 Thread James Keenan via RT
On Tue Sep 04 05:20:44 2007, [EMAIL PROTECTED] wrote: > > Thanks for your feedback. Assuming no one else speaks up for it, I > will delete it in 1-2 days. > This patch deletes the antiquated code -- but also does a bit more refactoring to eliminate the last patches of code uncovered by test

Re: [perl #43341] [TODO] config/inter/progs.pm: Write unit tests

2007-09-04 Thread James E Keenan
On Sep 4, 2007, at 8:13 AM, Andy Dougherty via RT wrote: On Mon, 3 Sep 2007, James Keenan via RT wrote: I'd say just delete it. Thanks for your feedback. Assuming no one else speaks up for it, I will delete it in 1-2 days.

Re: [perl #43341] [TODO] config/inter/progs.pm: Write unit tests

2007-09-04 Thread Andy Dougherty
On Mon, 3 Sep 2007, James Keenan via RT wrote: > Here's an issue I hadn't previously spotted in config/inter/progs.pm -- > one that was revealed in the coverage analysis > (http://thenceforward.net/parrot/coverage/configure-build/config-inter-progs-pm.html). > > In this package's sub runstep(), t

[perl #43341] [TODO] config/inter/progs.pm: Write unit tests

2007-09-03 Thread James Keenan via RT
Here's an issue I hadn't previously spotted in config/inter/progs.pm -- one that was revealed in the coverage analysis (http://thenceforward.net/parrot/coverage/configure-build/config-inter-progs-pm.html). In this package's sub runstep(), there is the following code: # Find a working version

[perl #43341] [TODO] config/inter/progs.pm: Write unit tests

2007-08-31 Thread James Keenan via RT
Reopened due to bugs; dependency on 45025 added.

[perl #43341] [TODO] config/inter/progs.pm: Write unit tests

2007-08-28 Thread James Keenan via RT
Hearing no objection, applied to trunk in r20878.

[perl #43341] [TODO] config/inter/progs.pm: Write unit tests

2007-08-25 Thread James Keenan via RT
On Fri Jun 22 18:45:22 2007, [EMAIL PROTECTED] wrote: > Write unit tests for config/inter/progs.pm, > the module whose functionality executes Parrot > configuration step inter::progs. > See patch attached, which includes two testfiles plus a small package, stuffed under t/configure/testlib, whi

[perl #43341] [TODO] config/inter/progs.pm: Write unit tests

2007-06-22 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #43341] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43341 > Write unit tests for config/inter/progs.pm, the module whose functionality executes Par