Re: [perl6]Re: Tinderbox/bonsai

2002-01-23 Thread Zach Lipton
It is still using sendmail though I am working on a Net::SMTP version for the next release. If you can give me a few days I'll have it up on CPAN. Thanks for volunteering to contribute. Zach On 1/23/02 7:15 PM, "Melvin Smith" <[EMAIL PROTECTED]> wrote: > >> different colors mean. There are als

Re: Tinderbox/bonsai

2002-01-23 Thread Melvin Smith
>different colors mean. There are also no clients for windows or other rare >OS's now. It would be great if we could get one going. I'll do the best that >I can to help get it setup. I remember trying a month or so ago and it appeared that the Tinderbox module used sendmail wrapper for sending t

Tinderbox/bonsai

2002-01-23 Thread Zach Lipton
I just wanted to give everyone a quick summary of the status of tinderbox and bonsai. Tinderbox is up and running at tinderbox.perl.org. If people would like, I can configure a little bot for #parrot so that it will let everyone know if the tinderbox state changes (but won't annoy people in other

Re: on parrot strings

2002-01-23 Thread Simon Cozens
On Wed, Jan 23, 2002 at 06:06:00PM +0200, Kai Henningsen wrote: > People do get confused sometimes. I'm confused as to why this is still on p6i. Followups to alt.usage.german? Thanks. -- DESPAIR: It's Always Darkest Just Before it Gets Pitch Black

Re: on parrot strings

2002-01-23 Thread Kai Henningsen
[EMAIL PROTECTED] (Russ Allbery) wrote on 22.01.02 in <[EMAIL PROTECTED]>: > Kai Henningsen <[EMAIL PROTECTED]> writes: > > > A case that (in a slightly different context) recently came up on > > alt.usage.german (I don't remember if this particular point was made, > > but it belongs): > > > "b

resend: schemepair.patch

2002-01-23 Thread Juergen Boemmels
Ok, here is the updated schemepair-patch. The diff is agains a fresh update of anoncvs and should hopefully apply clean. A Pair is implemented as an array with exact 2 elements. This elements may be PMC values, especially other Pairs. The car-element is index 0, the cdr-element is index 1. Li

[PATCH] Replacement patch for test_main

2002-01-23 Thread Melvin Smith
Modified version of last patch. Fixed in case -f flag wasn't provided a file or "-" arg. -Melvin Index: test_main.c === RCS file: /cvs/public/parrot/test_main.c,v retrieving revision 1.36 diff -u -r1.36 test_main.c --- test_main.c

Re: [PATCH] Ok this has bugged me long enough

2002-01-23 Thread Melvin Smith
Eek, don't apply that, I see a bug, I'll post a new one in a sec. -Melvin At 02:52 PM 1/23/2002 -0500, Melvin Smith wrote: >test_main needed an overhaul on options handling, and if/then/else was >breeding like rabbits. This one is 41 lines shorter and easier to read. > >Please test before I commi

[PATCH] Ok this has bugged me long enough

2002-01-23 Thread Melvin Smith
test_main needed an overhaul on options handling, and if/then/else was breeding like rabbits. This one is 41 lines shorter and easier to read. Please test before I commit. -Melvin Index: test_main.c === RCS file: /cvs/public/parro