[perl #43310] [TODO] config/auto/readline.pm: Write unit tests

2008-07-18 Thread James Keenan via RT
r29352 | jkeenan | 2008-07-12 13:00:43 -0400 (Sat, 12 Jul 2008) | 4 lines Applied 5 days ago. No complaints heard. Closing ticket.

Re: [perl #43310] [TODO] config/auto/readline.pm: Write unit tests

2008-07-14 Thread Reini Urban
James Keenan via RT schrieb: On Wed Jul 09 18:57:43 2008, [EMAIL PROTECTED] wrote: Since I closed this ticket in January, more code has been added. Tonight, while writing unit tests for internal subroutine _handle_ncurses_need(), I noticed the following lines: if ( $osname =~ /mswin32/i )

Re: [perl #43310] [TODO] config/auto/readline.pm: Write unit tests

2008-07-12 Thread Will Coleda
On Sat, Jul 12, 2008 at 12:56 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > On Wed Jul 09 18:57:43 2008, [EMAIL PROTECTED] wrote: >> Since I closed this ticket in January, more code has been added. >> Tonight, while writing unit tests for internal subroutine >> _handle_ncurses_need(), I noti

[perl #43310] [TODO] config/auto/readline.pm: Write unit tests

2008-07-12 Thread James Keenan via RT
On Wed Jul 09 18:57:43 2008, [EMAIL PROTECTED] wrote: > Since I closed this ticket in January, more code has been added. > Tonight, while writing unit tests for internal subroutine > _handle_ncurses_need(), I noticed the following lines: > > if ( $osname =~ /mswin32/i ) { > if ( $cc =

[perl #43310] [TODO] config/auto/readline.pm: Write unit tests

2008-07-09 Thread James Keenan via RT
Since I closed this ticket in January, more code has been added. Tonight, while writing unit tests for internal subroutine _handle_ncurses_need(), I noticed the following lines: if ( $osname =~ /mswin32/i ) { if ( $cc =~ /^gcc/i ) { $conf->data->add( ' ', libs => '-lncuses

[perl #43310] [TODO] config/auto/readline.pm: Write unit tests

2008-01-10 Thread James Keenan via RT
Additional refactoring was done to handle the macports-related code. Some documentation of readline added. More tests added; coverage is high. Ticket can be closed. kid51

[perl #43310] [TODO] config/auto/readline.pm: Write unit tests

2008-01-07 Thread James Keenan via RT
In r24672, considerable refactoring of guts of runstep() to make it more testable. This was done along same lines as in RT 43312 (config/auto/gmp.pm) and, in fact, some code in common was refactored out into new Parrot module Parrot::Configure::Step::Methods. The stub test file t/configure/144-au

[perl #43310] [TODO] config/auto/readline.pm: Write unit tests

2007-10-21 Thread James Keenan via RT
File holding framework for writing tests for this configuration step was committed to trunk Oct 21 2007 in r22362. Tests do not yet provide high coverage due to obstacles in testing runstep(). You are encouraged to poke around and add tests.

[perl #43310] [TODO] config/auto/readline.pm: Write unit tests

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