TAPx::Parser: 'wait' and 'exit' status on Windows

2007-01-15 Thread Ovid
It looks like TAPx::Parser is now working on Windows (thanks Corion!), even though some tests fail. TAPx-Parser-0.50_05 may fix the whitespace issue with the Windows tests, but the wait status still appears to be broken (set in TAPx::Parser::Iterator). After the handle used with open3 is finished

Re: TAPx::Parser: 'wait' and 'exit' status on Windows

2007-01-15 Thread demerphq
On 1/15/07, Ovid <[EMAIL PROTECTED]> wrote: It looks like TAPx::Parser is now working on Windows (thanks Corion!), even though some tests fail. TAPx-Parser-0.50_05 may fix the whitespace issue with the Windows tests, but the wait status still appears to be broken (set in TAPx::Parser::Iterator).

Re: TAPx::Parser: 'wait' and 'exit' status on Windows

2007-01-15 Thread Ovid
--- demerphq <[EMAIL PROTECTED]> wrote: > I wasnt aware that open3() was even reliable on win32. Well, it appears to keep STDIN and STDERR in synch and I desperately needed that. I don't know of any other way of doing this reliable (my hack to keep them in synch by overriding an internal Test::B

What the 'runtests' output looks like

2007-01-15 Thread Ovid
(It would help if this is sent from the correct email address) Hi all, If you've not checked out TAPx::Parser lately, here's what the 'runtests' output looks like: http://publius-ovidius.livejournal.com/222624.html Cheers, Ovid -- Buy the book -- http://www.oreilly.com/catalog/perlhks/ Per

Re: Dealing with balls o' mud (was: Re: Test::Builder feature request)

2007-01-15 Thread Matisse Enzer
Another vote here for "Working Effectively with Legacy Code" On Jan 14, 2007, at 10:35 AM, Michael G Schwern wrote: ... (where's my refactoring browser!?) http://e-p-i-c.sourceforge.net/ Eclipse plugin for Perl. Provides "extract subroutine" using Devel::Refactor. I believe Jeff Thalhamm

What the 'runtests' output looks like

2007-01-15 Thread Ovid
Hi all, If you've not checked out TAPx::Parser lately, here's what the 'runtests' output looks like: http://publius-ovidius.livejournal.com/222624.html Cheers, Ovid -- Buy the book -- http://www.oreilly.com/catalog/perlhks/ Perl and CGI -- http://users.easystreet.com/ovid/cgi_course/

Config files for TAPx::Parser

2007-01-15 Thread Ovid
I have two different types of runtime configuration files needed for TAPx::Parser. One is the 'execrc' file which one can use to get fine-grained control for running every type of test. The other is the '.runtestsrc' file which will allow you to specify default behavior for 'runtests', such as wh

Re: What the 'runtests' output looks like

2007-01-15 Thread jerry gay
On 1/15/07, Ovid <[EMAIL PROTECTED]> wrote: Hi all, If you've not checked out TAPx::Parser lately, here's what the 'runtests' output looks like: http://publius-ovidius.livejournal.com/222624.html it's nice to see color output (too bad it won't work on windows--cmd.exe's problem, not yours.)