Re: The most important TAP tasks.

2007-03-14 Thread Ricardo SIGNES
* Michael G Schwern [EMAIL PROTECTED] [2007-03-09T18:17:57] *) TAP diagnostic format http://perl-qa.yi.org/index.php/TAP_diagnostic_syntax There is no way to output diagnostics in TAP. The stuff Test::More spits out to STDERR are unparsable comments indented for humans. Its not TAP. This

Re: The most important TAP tasks.

2007-03-14 Thread Adrian Howard
On 14 Mar 2007, at 16:04, Ricardo SIGNES wrote: * Michael G Schwern [EMAIL PROTECTED] [2007-03-09T18:17:57] *) TAP diagnostic format http://perl-qa.yi.org/index.php/TAP_diagnostic_syntax There is no way to output diagnostics in TAP. The stuff Test::More spits out to STDERR are unparsable

Re: The most important TAP tasks.

2007-03-14 Thread Michael G Schwern
Ricardo SIGNES wrote: * Michael G Schwern [EMAIL PROTECTED] [2007-03-09T18:17:57] *) TAP diagnostic format http://perl-qa.yi.org/index.php/TAP_diagnostic_syntax There is no way to output diagnostics in TAP. The stuff Test::More spits out to STDERR are unparsable comments indented for

Re: The most important TAP tasks.

2007-03-10 Thread Andy Armstrong
On 9 Mar 2007, at 23:17, Michael G Schwern wrote: *) A TAP version http://perl-qa.yi.org/index.php/TAP_version Before we add any TAP extensions we need a way to identify what version of TAP we're outputting. Discuss and implement. Done. The supported syntax is as per that page. In the

Re: The most important TAP tasks.

2007-03-10 Thread Michael G Schwern
Andy Armstrong wrote: On 9 Mar 2007, at 23:17, Michael G Schwern wrote: *) A TAP version http://perl-qa.yi.org/index.php/TAP_version Before we add any TAP extensions we need a way to identify what version of TAP we're outputting. Discuss and implement. Done. The supported syntax is as

Re: The most important TAP tasks.

2007-03-10 Thread Andy Armstrong
On 10 Mar 2007, at 22:57, Michael G Schwern wrote: I'm counting back through TAP changes and I'm up to version 6. I'll do a final sweep through the changes to t/TEST and Test::Harness to find out what else was added so we can solidify this for historical purposes. Or we can just declare

The most important TAP tasks.

2007-03-09 Thread Michael G Schwern
going to declare the most important TAP tasks and until they're done I really don't want to hear about anything else. If you have a bright TAP idea archive it on the wiki until later. Here they are, in no particular order. *) TAP::Parser / TAP::Harness / Test::Harness 3.0 http://www.hexten.net

Re: The most important TAP tasks.

2007-03-09 Thread Andy Lester
On Mar 9, 2007, at 5:17 PM, Michael G Schwern wrote: since. There's mistakes, typos, ommissions, you name it. Work on it. Put it on a POD wiki to allow easier collaborative editing. Talk with Ovid about where the ambiguities are, he's had to work them out for TAP::Parser. Better