parallel testing and 'make TEST_JOBS=n'

2008-08-06 Thread Eric Wilhelm
Hi all, Both parrot and perl 5 core are now using the environment variable TEST_JOBS to trigger parallel testing in their harnesses, i.e. make TEST_JOBS=3 http://www.nntp.perl.org/group/perl.perl6.internals/2008/07/msg47337.html

Rebuilding the Test::Builder community

2008-08-06 Thread Michael G Schwern
As you may know, TPF funded my grant to rewrite Test::Builder to support the new test library features people have been asking for over the last six or seven years of it's life that it doesn't currently support well. One of the first things I'd like to address is how I've handled the dev

Re: Rebuilding the Test::Builder community

2008-08-06 Thread Michael G Schwern
Michael G Schwern wrote: I've chosen Google Code because it does basically everything I want, uses Subversion which we're used to, everything talks to and makes importing the repo easy. Also I can just bother Andy Lester if I can't figure anything out. :) The repository import is in

Have/Want

2008-08-06 Thread Michael G Schwern
I don't remember if this escaped the Oslo Hackathon. For a long time people have been complaining about Got as in Got vs Expected (for, imho, fussy grammar reasons). Also expected is long and has to be carefully lined up with got. During the Oslo Hackathon we knocked this around some and

Re: random thought regarding the discussion of the formatting of ascii-art

2008-08-06 Thread Eric Wilhelm
# from Michael G Schwern # on Wednesday 06 August 2008 19:49: Maybe line them up and space them out? # ++--+--+ # | Elt|Got       |Expected  | # ++--+--+ # |   0|id, name  |id, name  | # *   1|1,  Bob   |2,  Bob   * # ++--+--+ I dunno

Re: Have/Want

2008-08-06 Thread David E. Wheeler
On Aug 6, 2008, at 20:12, Michael G Schwern wrote: So I encourage folks to use have and want in the future. I'll be using them in Test::Builder2. Good call. Change committed to pgtap and Test.Builder. Thanks, David