# from Gabor Szabo
# on Saturday 01 September 2007 01:35 am:

>Regarding Parrot, I think there was some discussion of moving it to
> use TAP::Harness and to use Smolder to collect the TAP based results.
Indeed.

We determined that the main task is refactoring all of the t/harness 
files.  It looks like each one of them is building-up a list of tests 
in code (either with array declarations, globs, etc -- and affected by 
various environment vars and/or switches.)

Other than sorting-out all of that, it's a simple matter of subclassing 
TAP::Harness and overriding a few methods such as _get_parser_args().

At least, I think that will do it.

--Eric
-- 
"Left to themselves, things tend to go from bad to worse."
--Murphy's Corollary
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to