Re: sometimes you just can't win...

2002-01-27 Thread Nicholas Clark
On Sat, Jan 26, 2002 at 10:45:02PM +, Simon Cozens wrote: On Sat, Jan 26, 2002 at 10:17:12PM +, Nicholas Clark wrote: But I can't see a way to tell gcc that we want to do this and locally no warnings 'cast-qual'; (if you see what I mean) There don't seem to be pragmata to do this,

problem with darwin 5.2 (osx server 10.1.2v2)

2002-01-27 Thread alex j avriette
Looking at this url: http://tinderbox.perl.org/tinderbox/showbuilds.cgi?tree=parrothours=8legend= 0 I see that somebody is compiling Parrot (current cvs) on Mac OS X 10.1. I am running 10.1.2 Server, with Apple's second patch. This is the most recent flavor of OS X. I'm kind of

Re: Tinderbox rip-roaring bonfire

2002-01-27 Thread Melvin Smith
I just committed the fix for that Dan, disregard. -Melvin Checking some things by compiling and running another small C program (this could take a while): Building ./testparrotsizes.cfrom testparrotsizes_c.in... In file included from include/parrot/string.h:18,

Register update

2002-01-27 Thread Dan Sugalski
I just committed a change to the code that moves the registers into the interpreter structure rather than accessing the things indirectly as we were before. Pushes and pops are a little slower as there are memcpys involved now, but register access itself should be faster as there's one fewer

*poke* *poke* Parrot::Test - Test::Builder patch

2002-01-27 Thread Michael G Schwern
This patch seems to have slipped by in the post New Year's haze. It updates Parrot's version of Test::More to 0.41 and makes Parrot::Test use Test::Builder instead of doing Evil things to Test::More. Less Evil is Good. http:[EMAIL PROTECTED]/msg07760.html -- Michael G. Schwern [EMAIL