Re: Distributed testing idea

2004-02-22 Thread Nick Ing-Simmons
Michael G Schwern <[EMAIL PROTECTED]> writes: >On Thu, Feb 19, 2004 at 08:35:28AM +, Nick Ing-Simmons wrote: >> Michael G Schwern <[EMAIL PROTECTED]> writes: >> >One thing to keep in mind is portability. In order for this to be useful >> >it has to run on pretty much all platforms. Unix, Wind

Re: Distributed testing idea

2004-02-22 Thread Scott Bolte
On Sun, 22 Feb 2004 01:07:38 -0500, Michael G Schwern wrote: > > See above. Yes, ssh is not portable enough. Where is the gap? I have OpenSSH on every Unix platform I use and, with cygwin's help, all the windows based systems too. I can even log *into* a w98 host with ssh

Re: CVS update warning

2004-02-22 Thread Arvindh Rajesh Tamilmani
>I didn't specify -kb when I added the images. >I suppose that's it. $ cvs admin -kb # corrects the repository $ cvs update -A # updates the working copy should fix the problem. But I wonder how -kCOPY got into the repository in the first place. Is CVSROOT/cvswrappers wrong with som

Re: More IMCC bugs

2004-02-22 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > A .sub that's prototyped (Dunno about the non-prototyped case) that > doesn't have a .pcc_begin_return/.pcc_end_return pair in it (empty is > fine) will cause parrot to crash'n'burn. Subs without a designated > return should be assumed to return nothing, th

Re: CVS update warning

2004-02-22 Thread Michael Scott
Done, thanks. On 22 Feb 2004, at 14:39, Arvindh Rajesh Tamilmani wrote: I didn't specify -kb when I added the images. I suppose that's it. $ cvs admin -kb # corrects the repository $ cvs update -A # updates the working copy should fix the problem. But I wonder how -kCOPY got into the

Re: Distributed testing idea

2004-02-22 Thread Tim Bunce
On Sun, Feb 22, 2004 at 06:36:22AM -0600, Scott Bolte wrote: > On Sun, 22 Feb 2004 01:07:38 -0500, Michael G Schwern wrote: > > > > See above. Yes, ssh is not portable enough. > > Where is the gap? I have OpenSSH on every Unix platform I > use and, with cygwin's help, all the windows

Re: Traits: to renew OO inheritance in a hacker style discussion

2004-02-22 Thread stevan little
A long time ago ... Dan said: Roles'll get thrown on individual variables and values, sure, but when I'm writing a class (Yes, I know, but lets suspend disbelief for a moment :) I'm not generally going to put a pre-existing role on a class--I'll just inherit from the darned thing. Roles, whe

Re: Traits: to renew OO inheritance in a hacker style discussion

2004-02-22 Thread chromatic
On Sun, 2004-02-22 at 11:34, stevan little wrote: > One thing that I noticed was that the authors seem to not intend > Traits to be thought of as being like Classes. As a matter of fact > they distinguish Traits from Classes in their "Trait Language" > (contained in the above paper). So the idea o

Re: Distributed testing idea

2004-02-22 Thread Scott Bolte
On Sun, 22 Feb 2004 16:13:01 +, Tim Bunce wrote: > > > > Now I do agree the HTTP protocol is worth using for managing > > the flow of data. I run HTTP over ssh myself. (I modified > > HTTP::Daemon to use two unidirectional pipes instead of a > > single, bidirectional socket.) >

How do I recognize an array element access?

2004-02-22 Thread Austin Hastings
Suppose I want to say: sub sublist(@a, $start, $cnt) { return @a[$start] +next --$cnt; } where +next is a binary macro that takes as its lhs an array element access, and its rhs a number, and returns a list of the array element followed by the next RHS elements. It seems obvious to me

Re: How do I recognize an array element access?

2004-02-22 Thread Luke Palmer
Austin Hastings writes: > Suppose I want to say: > > sub sublist(@a, $start, $cnt) { > return @a[$start] +next --$cnt; > } > > where +next is a binary macro that takes as its lhs an array element > access, and its rhs a number, and returns a list of the array element > followed by the nex

Re: CVS update warning

2004-02-22 Thread Jeff Clites
On Feb 22, 2004, at 5:39 AM, Arvindh Rajesh Tamilmani wrote: I didn't specify -kb when I added the images. I suppose that's it. $ cvs admin -kb # corrects the repository $ cvs update -A # updates the working copy should fix the problem. But I wonder how -kCOPY got into the repository