Re: mission haiku

2003-08-29 Thread Zach Lipton
In honor of Schwern, Refactoring: good! Testing is even better QA is job 1 Zach On 8/27/03 4:14 PM, "Michael G Schwern" <[EMAIL PROTECTED]> wrote: > On Thu, Aug 28, 2003 at 12:11:12AM +0100, Nicholas Clark wrote: >> I'm not convinced this is very good. But I believe that it is an accurate >> mi

Re: Tinderboxens

2003-07-23 Thread Zach Lipton
Sorry for the delay. A tinderbox list would probably be a nice thing to have, though I think tinderbox@ would be better than p6t since there are other potential uses for tinderbox besides parrot/perl6. Maybe a tools@ list (or devel-tools@) would be better since it could include anything related t

Re: Tinderboxens

2003-07-21 Thread Zach Lipton
Sorry for the late response, I've been out of town and it took me a while to catch up on p6i. On 7/18/03 8:36 PM, "Joshua Hoblitt" <[EMAIL PROTECTED]> wrote: [SNIP] >> it's got some error identification issues, This is something I plan to work on more, the regexps that define sucuess/failure (in

Bonsai

2003-03-25 Thread Zach Lipton
After many months of poking, prodding, and slacking off, I am pleased to announce Bonsai for the parrot cvs repository. The executive summary: see http://tinderbox.perl.org/bonsai, play Also see mozilla.org's summary of Bonsai at http://www.mozilla.org/hacking/bonsai.html. While much of this docu

Re: Configure.pl --cgoto=0 doesn't work

2003-02-23 Thread Zach Lipton
On 2/23/03 10:25 AM, "Leopold Toetsch" <[EMAIL PROTECTED]> wrote: [SNIP] > > While you say it "tinderbox", currently the reports are really > suboptimal. Some are red (stating not even parrot was built), but only > have failing tests, sometimes the error reason is not show in the brief > log, maki

Re: tinderbox troubles?

2003-02-08 Thread Zach Lipton
[grr, reply all works better] I'm not sure exactly what the cause of this is, but apache seems to be "getting stuck." I rebooted it and it seems to be working fine now, but I'll try to see if I can fix this permanently. Zach On 2/8/03 6:27 AM, "Leopold Toetsch" <[EMAIL PROTECTED]> wrote: > Leop

Re: tinderbox troubles?

2003-01-31 Thread Zach Lipton
Strange. I can ssh in, and apachectl claims that the webserver is running, but I'm getting that error too. Ask, Robert: any ideas? Zach On 1/31/03 4:09 AM, "Leopold Toetsch" <[EMAIL PROTECTED]> wrote: > Proxy Error > The proxy server received an invalid response from an upstream server. > > Th

LXR - source-code indexing

2003-01-08 Thread Zach Lipton
I am pleased to announce that LXR has been installed on perl.org to index the source of parrot and perl5 (additional modules, such as perl6, can be added as needed). So, you might be asking: "What is LXR?" LXR is a source-code indexing tool that was originally developed for the Linux kernel. With

Re: [perl6][Applied] Re: GC Torture Torture Testing

2002-03-31 Thread Zach Lipton
For a tinderbox target, it is possible to have tinderclient run the tinder and tindertest targets and then run the normal ones. If either fail, it will give an error. That way we can ensure that nothing slips through. However, this will double the tinderbox cycle time and use more resources on the

Re: [ANN] New Devel-Tinderclient Released

2002-03-24 Thread Zach Lipton
AM, "Zach Lipton" <[EMAIL PROTECTED]> wrote: > I have improved Devel::Tinderclient (the client that powers tinderbox) to > support email from systems that do not have and use sendmail. > > Tindermail::MailMailer allows you to use Mail::Mailer and SMTP to send email

[ANN] New Devel-Tinderclient Released

2002-03-24 Thread Zach Lipton
I have improved Devel::Tinderclient (the client that powers tinderbox) to support email from systems that do not have and use sendmail. Tindermail::MailMailer allows you to use Mail::Mailer and SMTP to send email to the tinderbox server or (and preferred) you can use Tindermail::Http to communica

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

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

The tree is burning

2001-12-03 Thread Zach Lipton
Something is fishy with tinderbox because of errors which appear on tinderbox in the PMC tests but do not appear to exist (I can't reproduce them on a fresh pull). Can those running tinderbox clients please add 'make clean' to the build process and see if that helps? It may also be that the proble

Re: [perl6]Darwin Lives!

2001-11-27 Thread Zach Lipton
How goes getting this up on tinderbox? I can help with this as needed. Zach On 11/26/01 1:02 PM, "Dan Sugalski" <[EMAIL PROTECTED]> wrote: > Granted, I need to have the fink install installed to provide dynaloading, > but with it I get a reasonably clean build, link, and test. Woohoo! > > I'll

Re: [perl6]Tinderbox clients on Mac OS X?

2001-11-19 Thread Zach Lipton
I am familiar with both being an OS X user and the tinderbox client author and would be happy to help in any way needed. Zach On 11/19/01 2:11 PM, "Dan Sugalski" <[EMAIL PROTECTED]> wrote: > Okay, I've finally gotten the OS disks for the PowerMac that Grant kicked > in to the development effort

Re: [perl6]tinderbox

2001-11-15 Thread Zach Lipton
We could really use a windows tinderbox. The only change needed should be to Tindermail.pm to send mail however you send mail on windows. Mail::Mailer and Net::SMTP would probably work. I have no windows access, so would anyone be willing to take this on? Zach On 11/15/01 5:08 AM, "Ask Bjoern Ha

Rounding?

2001-11-04 Thread Zach Lipton
I'm working on learning some parrot asm, but if I write something like this: set N0,2 set N1,2 add N3, N0, N1 print N3 I get: 4.00 Is there any way to round this, or at least chop the 0's off the end? Zach

Re: [perl6]RE: Helping with configure

2001-11-03 Thread Zach Lipton
figuration. The Conf.pm module would contain a set of API's for the .cm files to call. (this is all portable of course...) An example .cm file would be like: #Basicquestions.cm, by Zach Lipton #This file under some license TBA package Conf::Basicquestions; use Conf; my $output = >>"E

Helping with configure

2001-11-03 Thread Zach Lipton
Hello everybody I am interested in helping out with configure. I don't know too much about parrot, but I have decent perl skills (I can do what I want to do when I want to do it) and am interested in helping out. What can I do to help? (time to spew the to-do list ;) Zach

Re: [perl6]Re: Resync your CVS...

2001-10-22 Thread Zach Lipton
On 10/22/01 3:44 PM, "Dan Sugalski" <[EMAIL PROTECTED]> wrote: > On Tue, 23 Oct 2001, Tom Hughes wrote: > >> In message <[EMAIL PROTECTED]> >> Dan Sugalski <[EMAIL PROTECTED]> wrote: >> >>> On Mon, 22 Oct 2001, Sam Tregar wrote: >>> Fresh checkout won't compile on Redhat Linux 7

Re: [perl6]Re: Breaking up configure

2001-10-11 Thread Zach Lipton
I'm working on a semi-spike implementation of this, I'll post it up here for comment when I have it ready so I don't go too far down the wrong road. On 10/11/01 5:03 AM, "Simon Cozens" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 10, 2001 at 05:13:21PM -0700, Za

Breaking up configure

2001-10-10 Thread Zach Lipton
I was thinking about configure and was wondering why we have to keep everything all in one file. Why not create a config/ directory (or something like that) and have a set of .cm files (ConfigureModule) that do the actual work, using a helper module to do the grunt work. That way, to add a configu

Re: [perl6]Parrot Smoke Oct 10 13:00:01 2001 UTC hpux 11.00

2001-10-10 Thread Zach Lipton
Assuming that these are systems that can access the internet, can we get these on tinderbox? Tinderbox is here, right now, and bonsai is coming soon. The daily smoke reports are great, but why not have some sort of process that gathers this info from tinderbox every day so that the information ca

Re: [perl6]Itanium still a little ill

2001-10-08 Thread Zach Lipton
6:13 PM, "Brent Dax" <[EMAIL PROTECTED]> wrote: > Zach Lipton: > # Can we get an itanium tinderbox to track this? > > That may be a little difficult, as the Itanium in question is a > TestDrive box and thus can't open connections to the outside world. I >

Re: [perl6]Itanium still a little ill

2001-10-08 Thread Zach Lipton
Can we get an itanium tinderbox to track this? Zach On 10/8/01 11:36 AM, "Brent Dax" <[EMAIL PROTECTED]> wrote: > Moral of the story: long double breaks things for some reason. FYI, > Itanium has 16-byte long doubles. > > Automated smoke report for patch Oct 8 07:00:01 2001 UTC > v0.

Re: [perl6]Re: Perl6 Tinderbox

2001-10-05 Thread Zach Lipton
be at the Apple Store opening tomorrow in Palo Alto, but I'll get to it as soon as possible. Thanks, Zach On 10/5/01 9:57 PM, "Ask Bjoern Hansen" <[EMAIL PROTECTED]> wrote: > On Fri, 5 Oct 2001, Zach Lipton wrote: > >> Wow, great! >> >> I'm n

Re: [perl6]Re: Perl6 Tinderbox

2001-10-05 Thread Zach Lipton
oern Hansen" <[EMAIL PROTECTED]> wrote: > On Fri, 5 Oct 2001, Zach Lipton wrote: > >> Also, I don't see any clients running yet, if you are having a problem, >> please let me know so I can fix it! > > uh, it didn't work for me when I nohup'ed it (

Re: Perl6 Tinderbox

2001-10-05 Thread Zach Lipton
On 10/5/01 5:58 PM, "Michael G Schwern" <[EMAIL PROTECTED]> wrote: > On Fri, Oct 05, 2001 at 05:18:07PM -0700, Zach Lipton wrote: >> Because the need for a tinderbox testing platform is fairly urgent right now >> for perl6, I am releasing my (place your favorite

Re: Perl6 Tinderbox

2001-10-05 Thread Zach Lipton
On 10/5/01 5:58 PM, "Michael G Schwern" <[EMAIL PROTECTED]> wrote: > On Fri, Oct 05, 2001 at 05:18:07PM -0700, Zach Lipton wrote: >> Because the need for a tinderbox testing platform is fairly urgent right now >> for perl6, I am releasing my (place your favorite

Perl6 Tinderbox

2001-10-05 Thread Zach Lipton
Because the need for a tinderbox testing platform is fairly urgent right now for perl6, I am releasing my (place your favorite adjective in the blank here) tinderbox client for perl6 ahead of the near-rewrite that I am working on to use Devel::Tinderbox::Reporter (which was just written) and Test: