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
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
>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
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
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
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
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
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
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.)
>
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
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
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
12 matches
Mail list logo