Re: Alpha development box?

2005-04-25 Thread Matt Fowles
All~ I am near boston so worst case senario I can take it. But I would prefer not to if another option is there. Matt On 4/25/05, Bob Rogers <[EMAIL PROTECTED]> wrote: >From: Nicholas Clark <[EMAIL PROTECTED]> >Date: Mon, 25 Apr 2005 10:37:07 +0100 > >On Sun, Apr 24, 2005 at 09:46:

Re: morph()ing

2005-04-25 Thread Bob Rogers
From: Leopold Toetsch <[EMAIL PROTECTED]> Date: Mon, 25 Apr 2005 17:41:49 +0200 Nicholas Clark <[EMAIL PROTECTED]> wrote: > . . . > Others relate to "this PMC is going away". And as morph involves changing > the internal memory layout of a PMC without it actually going away, only

Re: morph()ing

2005-04-25 Thread Bob Rogers
From: Leopold Toetsch <[EMAIL PROTECTED]> Date: Mon, 25 Apr 2005 08:59:05 +0200 Bob Rogers <[EMAIL PROTECTED]> wrote: >From: Leopold Toetsch <[EMAIL PROTECTED]> >It probably just depends on the implementation of Perl5 references. > Hmm. I'm probably missing something (

State of ParTcl [r7928]

2005-04-25 Thread William Coleda
The garbage collection issues that were stopping ParTcl's test suite (FYI, *not* Tcl's test suite) from working seem to be gone now! I've gotten passing reports on all tests (that aren't TODO'd) from OS X, FreeBSD, and Linux. ParTcl is part of the parrot svn repository. See: http://www.parrotcode

Re: Alpha development box?

2005-04-25 Thread Bob Rogers
From: Nicholas Clark <[EMAIL PROTECTED]> Date: Mon, 25 Apr 2005 10:37:07 +0100 On Sun, Apr 24, 2005 at 09:46:03PM -0400, Bob Rogers wrote: > available; if the money were forthcoming, it could even run Tru64. Is > the Parrot project interested in using such a box? If so, under wha

Re: [perl #35052] [MSWin32] PGE doesn't link

2005-04-25 Thread Andrew Dougherty
On Mon, 25 Apr 2005, Ron Blaschke wrote: > Monday, April 25, 2005, 5:52:42 PM, jerry gay via RT wrote: > > On 4/23/05, Ron Blaschke <[EMAIL PROTECTED]> wrote: > >> IMHO, compilation and linkage feels quite messy as a whole. I am not > >> sure how to get the current link command to look like the o

Re: [perl #35052] [MSWin32] PGE doesn't link

2005-04-25 Thread Ron Blaschke
Monday, April 25, 2005, 5:52:42 PM, jerry gay via RT wrote: > On 4/23/05, Ron Blaschke <[EMAIL PROTECTED]> wrote: >> IMHO, compilation and linkage feels quite messy as a whole. I am not >> sure how to get the current link command to look like the one above, >> without doing something akin to F >>

Re: morph()ing

2005-04-25 Thread Leopold Toetsch
Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Sun, Apr 24, 2005 at 09:25:43AM +0200, Leopold Toetsch wrote: >> Ok, that can be solved by calling A.destroy() first. But what happens, >> if A has finalizers, which may depend on other finalizers? > Doesn't this mean that there's a split here in "fi

Re: [perl #35052] [MSWin32] PGE doesn't link

2005-04-25 Thread jerry gay
On 4/23/05, Ron Blaschke <[EMAIL PROTECTED]> wrote: > 1) F uses C, which is named C<_vsnprintf> on > MSWin32. A simple hack would be to add the following to F. > >#ifdef WIN32 ># define vsnprintf _vsnprintf >#endif confirmed here on VS.NET 2003 (aka MSVC 7.1), although this is not n

Re: morph()ing

2005-04-25 Thread Nicholas Clark
On Sun, Apr 24, 2005 at 09:25:43AM +0200, Leopold Toetsch wrote: > Nicholas Clark <[EMAIL PROTECTED]> wrote: > > When writing morph methods for PMC classes, am I right in thinking that if > > In effect morph has to be friends of both A and B, because it needs to break > > encapsulation? > > Yep.

Common LISP

2005-04-25 Thread Aaron Sherman
I forwarded the Common LISP notice to a friend of mine who works on CMUCL internals, and he suggested: "[they should think about starting with] CMUCL and retarget [sic] it for the new VM. That way he gets all the type inference for free [which would increase performance]"

Re: Alpha development box?

2005-04-25 Thread Nicholas Clark
On Sun, Apr 24, 2005 at 09:46:03PM -0400, Bob Rogers wrote: > available; if the money were forthcoming, it could even run Tru64. Is > the Parrot project interested in using such a box? If so, under what > OS? And where/how should such a box be hosted/administered? Quite possibly, although I pe

Re: bug in array.pmc set_integer_same?

2005-04-25 Thread Nicholas Clark
On Sun, Apr 24, 2005 at 08:52:55AM +0200, Leopold Toetsch wrote: > Yep. That's true. Fixed. BTW did you come along that by using this > function or just by reading the code? Just reading the code, although not very systematically. I was trying to figure out how morph worked. Nicholas Clark

Re: [PATCH] ppd04 fix

2005-04-25 Thread Leopold Toetsch
Christoph Otto <[EMAIL PROTECTED]> wrote: > This patch fills in two holes in pdd04 (internal data types). The > information came from include/parrot/pobj.h. > Christoph Otto Thanks, applied. leo

Re: [perl #35084] [PATCH] win32-inno-installer with ICU 3.2

2005-04-25 Thread Leopold Toetsch
François" PERRAD <[EMAIL PROTECTED]> wrote: > This patch allows the inclusion of ICU DLL in the installer. Thanks, applied. leo

Re: morph()ing

2005-04-25 Thread Leopold Toetsch
Bob Rogers <[EMAIL PROTECTED]> wrote: >From: Leopold Toetsch <[EMAIL PROTECTED]> >It probably just depends on the implementation of Perl5 references. > Hmm. I'm probably missing something (it wouldn't be a first), but if > the reference points to $a itself rather than the PMC to which $a