Re: aix tinderbox failure

2004-03-28 Thread Adam Thomason
Actually, it'd be better just to remove jit_debug_xcoff.c from the build for now, since it never really worked (the bugs it was designed to help with were independently resolved). AFAICT the object code it produces is correct, but I was unable to make gdb (and certainly not dbx) import the XCOF

Re: aix tinderbox failure

2004-03-28 Thread Leopold Toetsch
Juergen Boemmels <[EMAIL PROTECTED]> wrote: > currently the aix tinderbox is failing. It chokes on bufstart/buflen Thanks, applied. leo

Patch to Test::Builder to allow child tests to report results

2004-03-28 Thread Scott Bolte
Right now Test::Builder::_ending() is executed only if the current process id is the one it had when it started. This prevents a child process from completing the test with the "1..N" header. I introduced a new method, reporting_pid(), that allows the

aix tinderbox failure

2004-03-28 Thread Juergen Boemmels
Hi, currently the aix tinderbox is failing. It chokes on bufstart/buflen which were hacky accessors to PMC data and were removed recently. I think changing jit_debug_xcoff.c would remove at last this error. Can someone on AIX check this ? bö Index: src/jit_debug_xcoff.c =

Re: hash subscriptor

2004-03-28 Thread Scott Walters
Whoops, that didn't work at all. Forgot about the %foo<><> case and it was losing the subscripts entirely. Let's try that again... http://www.cpan.org/modules/by-authors/id/S/SW/SWALTERS/Perl6-Variables-0.02_002.tar.gz http://slowass.net/~scott/Perl6-Variables-0.02_002.tar.gz This version still

Re: hash subscriptor

2004-03-28 Thread Scott Walters
I've updated Damian's Perl6::Variables module to treat %foo{bar} as %foo{bar()} and to handle %foo<> and %foo<>. If this syntax is finalized, I'll send Damian a patch. This is at: http://www.cpan.org/modules/by-authors/id/S/SW/SWALTERS/Perl6-Variables-0.02_001.tar.gz http://slowass.net/~scott/Pe

Re: Windows tinder builds

2004-03-28 Thread Steve Fink
On Mar-26, Dan Sugalski wrote: > The VS/.NET build works fine, though three of the tests fail for odd > reasons. Those look like potential test harness errors. > > The cygwin build sorta kinda works OK, but the link fails because of > a missing _inet_pton. I seem to remember this cropping up in