Re: Using pip to get testing done better and faster...

2007-01-23 Thread Adam Kennedy
Eric Wilhelm wrote: # from Adam Kennedy # on Tuesday 09 January 2007 03:05 am: Since I moved to SVN, one of the things I've been doing is commiting my release tarballs into a /releases/ directory. One side-effect of this is that even before I've uploaded it to CPAN, ever release already has a

Re: Using pip to get testing done better and faster...

2007-01-23 Thread Eric Wilhelm
# from Adam Kennedy # on Tuesday 09 January 2007 03:05 am: >Since I moved to SVN, one of the things I've been doing is commiting > my release tarballs into a /releases/ directory. > >One side-effect of this is that even before I've uploaded it to CPAN, >ever release already has a URI. I was doing

Re: Using pip to get testing done better and faster...

2007-01-22 Thread Adam Kennedy
That assumes that what is in svn is what is in the tarball. In practice, the packaging system needs to do various things. For example, copying in the LICENSE file, checking newlines are all unix, adding ppport.h if needed, and so on. Adam K Nik Clayton wrote: Adam Kennedy wrote: Since I mov

Re: Using pip to get testing done better and faster...

2007-01-22 Thread Nik Clayton
Adam Kennedy wrote: Since I moved to SVN, one of the things I've been doing is commiting my release tarballs into a /releases/ directory. One side-effect of this is that even before I've uploaded it to CPAN, ever release already has a URI. Eugh. Have you considered using SVN::Notify::Snapsh

Re: Using pip to get testing done better and faster...

2007-01-09 Thread Joshua ben Jore
On 1/9/07, David E. Wheeler <[EMAIL PROTECTED]> wrote: On Jan 9, 2007, at 3:05 AM, Adam Kennedy wrote: > Just some tips I thought I'd pimp... ewr... I mean pass on. Obviously, you should call it `pimp` rather than `pip`. Probably isn't used by any other program in the universe, either. ;-) I

Re: Using pip to get testing done better and faster...

2007-01-09 Thread David E. Wheeler
On Jan 9, 2007, at 3:05 AM, Adam Kennedy wrote: Just some tips I thought I'd pimp... ewr... I mean pass on. Obviously, you should call it `pimp` rather than `pip`. Probably isn't used by any other program in the universe, either. ;-) —David

Re: Using pip to get testing done better and faster...

2007-01-09 Thread Steve Peters
On Tue, Jan 09, 2007 at 02:30:56PM +, David Cantrell wrote: > Steve Peters wrote: > >>>And what is CPM? :) > >Think pre-Commodore 64 Commodore. Actually, you could get CP/M for the > >Commodore 64, but I don't know of anyone who ever did. > > Nothing to do with Commodore, it was written by Di

Re: Using pip to get testing done better and faster...

2007-01-09 Thread Nicholas Clark
On Tue, Jan 09, 2007 at 02:30:56PM +, David Cantrell wrote: > Sadly, I doubt it's really possible. Perl makes far too many Unixy > assumptions. What are these "directories" of which you speak? :-) although I doubt that that one is really the clincher, as Perl has been ported to some somewh

Re: Using pip to get testing done better and faster...

2007-01-09 Thread David Cantrell
Steve Peters wrote: And what is CPM? :) Think pre-Commodore 64 Commodore. Actually, you could get CP/M for the Commodore 64, but I don't know of anyone who ever did. Nothing to do with Commodore, it was written by Digital Research (which was eventually swallowed up by Novell). It's now free

Re: Using pip to get testing done better and faster...

2007-01-09 Thread Steve Peters
On Tue, Jan 09, 2007 at 02:05:49PM +0100, Paul Johnson wrote: > On Tue, Jan 09, 2007 at 11:07:35PM +1100, Adam Kennedy wrote: > > > Crap, there's a pip program on CPM? > > > > What does it do? > > It is the Peripheral Interchange Program. The Unix equivalent would be > cp, I suppose. > > > I d

Re: Using pip to get testing done better and faster...

2007-01-09 Thread Paul Johnson
On Tue, Jan 09, 2007 at 11:07:35PM +1100, Adam Kennedy wrote: > Crap, there's a pip program on CPM? > > What does it do? It is the Peripheral Interchange Program. The Unix equivalent would be cp, I suppose. > I did google around a bit, and I thought I'd gotten everything. > > And what is CPM?

Re: Using pip to get testing done better and faster...

2007-01-09 Thread Paul Johnson
On Tue, Jan 09, 2007 at 10:05:05PM +1100, Adam Kennedy wrote: > If anyone has been paying attention to my journal, you may have vaguely > heard about "pip" (which I named mostly because it's cute, easy to type > and not taken by anything other program in debian, but which we can also > call the

Using pip to get testing done better and faster...

2007-01-09 Thread Adam Kennedy
If anyone has been paying attention to my journal, you may have vaguely heard about "pip" (which I named mostly because it's cute, easy to type and not taken by anything other program in debian, but which we can also call the "Perl Installer Program" if people like). One feature I just added i