Re: TAP and Bail out!

2008-01-20 Thread Ovid
--- Eric Wilhelm <[EMAIL PROTECTED]> wrote: > # from Adam Kennedy > # on Saturday 19 January 2008 18:23: > > >I'm not sure why BAIL_OUT wouldn't be the appropriate thing in that > > case. > > What's the guy's name on second? That's right. Heh :) > Geoffrey asked why we're having this discuss

Re: TAP and Bail out!

2008-01-19 Thread Eric Wilhelm
# from Adam Kennedy # on Saturday 19 January 2008 18:23: >I'm not sure why BAIL_OUT wouldn't be the appropriate thing in that > case. What's the guy's name on second? That's right. if($bad_thing_make_test_no_good) { BAIL_OUT("...")} That's great and dandy. Everyone should do it early and of

Re: TAP and Bail out!

2008-01-19 Thread Adam Kennedy
Eric Wilhelm wrote: # from Adam Kennedy # on Friday 18 January 2008 00:23: Eric Wilhelm wrote: This is not a command-line conditional bail, but rather "the module won't even load for some reason and thus testing anything else is pointless". ... Well, possibly. The bail outs you'd keep long t

Re: TAP and Bail out!

2008-01-18 Thread Eric Wilhelm
# from Adam Kennedy # on Friday 18 January 2008 00:23: >Eric Wilhelm wrote: >>This is not a command-line >> conditional bail, but rather "the module won't even load for some >> reason and thus testing anything else is pointless". >> ... >Well, possibly. > >The bail outs you'd keep long term are in

Re: TAP and Bail out!

2008-01-18 Thread Adam Kennedy
Eric Wilhelm wrote: # from Geoffrey Young # on Tuesday 15 January 2008 11:49: what I think many are asking for is for Test::Builder to be able to issue the appropriate TAP on $condition. Where $condition is a run-time option set at the command-line, not hardcoded into the test. Writing "or

Re: TAP and Bail out!

2008-01-15 Thread Eric Wilhelm
# from Geoffrey Young # on Tuesday 15 January 2008 11:49: >what I think many are asking for is for Test::Builder to be able to >issue the appropriate TAP on $condition. Where $condition is a run-time option set at the command-line, not hardcoded into the test. Writing "or BAIL_OUT(...)" in the

TAP and Bail out!

2008-01-15 Thread Geoffrey Young
hi all :) quite honestly, I'm completely perplexed by this entire discussion. the people involved are very smart, so I find myself scratching my head as to the disconnect... is bail out not a part of the TAP specification? according to http://podwiki.hexten.net/podwiki.pl?page=TAP TAP c