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 indent

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 unparsabl

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.

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 th

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

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 abs

Re: The most important TAP tasks.

2007-03-09 Thread Andy Lester
On Mar 9, 2007, at 7:54 PM, Michael G Schwern wrote: Better yet, I can make it available in public Subversion so that you can edit it, if you're so inclined. Public as in world-writable? Or public as in read-only and then I have to write up a patch and email it and wait for it to be acc

Re: The most important TAP tasks.

2007-03-09 Thread Michael G Schwern
Andy Lester wrote: > > 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

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 yet,

The most important TAP tasks.

2007-03-09 Thread Michael G Schwern
here. I'm 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