Document the delegator or the delegated?

2011-11-03 Thread Michael G Schwern
When doing delegation I have a documentation dilemma: do the API docs go in the delegator or the delegate? In this case it's Test::Builder2::TestCase which delegates to a stack of Test::Builder2::EventCoordinator objects. The user will primarily interact with TestCase objects. Only rarely should

Re: Do we need subtests in TAP?

2011-11-03 Thread Ricardo Signes
* Michael G Schwern [2011-10-29T05:20:07] > [ What if subtests stop indenting? ] Sorry, I'm quite late to the party. I really like the isolated planning of subtests, and the visual indenting, and (least of the three) the potential for building a better visualizer that works with the subtest orga

Re: Perl QA Hackathon 2012

2011-11-03 Thread David Golden
On Thu, Nov 3, 2011 at 8:25 PM, Philippe Bruhat (BooK) wrote: > It seems we are picking up the gauntlet, and it will happen in > Paris. :-) > > The current local team is very small: it's just myself and > Laurent Boivin. Hooray! And thank you! > We have two possible venues: >  ** Carrefour Numér

Perl QA Hackathon 2012

2011-11-03 Thread Philippe Bruhat (BooK)
Hi, Here are some news about the Perl QA Hackathon 2012. TEAM It seems we are picking up the gauntlet, and it will happen in Paris. :-) The current local team is very small: it's just myself and Laurent Boivin. Laurent is the treasurer of the French Perl Mongers, and has a lot of experien

Re: Small pile of Test::Builder 1.5 refactoring tasks

2011-11-03 Thread Michael G Schwern
On 2011.11.2 7:24 PM, James E Keenan wrote: > On 11/2/11 4:35 PM, Michael G Schwern wrote: >> Here's all the current gardening tasks. >> https://github.com/schwern/test-more/issues?labels=Gardening%2CTest-Builder2&sort=created&direction=desc&state=open&page=1 > > I will start to look at these ...