Re: PDD17 Questions

2007-11-21 Thread Allison Randal
[EMAIL PROTECTED] wrote: Hi, After a while away I'm starting to get back into Parrot. I've been reading PDD17 and like what I'm seeing - nice work. :-) I'm trying to get it and the current state of its implementation into my head, so I can help out with it. It appears there is much left to imple

[perl #47666] Build failure on OpenBSD/macppc

2007-11-21 Thread via RT
# New Ticket Created by Simon Dassow # Please include the string: [perl #47666] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47666 > Hi, Builing parrot 0.5.0 on OpenBSD/macppc fails, dmesg and typescript below. Regards,

[perl #42865] [BUG] There's no way to set a vtable function with a Sub at runtime

2007-11-21 Thread Allison Randal via RT
Implemented with the new object model. There are now two ways to set a vtable override at runtime: calling the 'add_method' method with the named parameter "vtable => 1", or calling the vtable function 'add_vtable_override'.

Re: [perl #47666] Build failure on OpenBSD/macppc

2007-11-21 Thread Joshua Isom
Try running Configure.pl with --execcapable=0 and you'll probably get further through. Probably need a config hint somewhere. On Nov 21, 2007, at 8:17 AM, Simon Dassow (via RT) wrote: # New Ticket Created by Simon Dassow # Please include the string: [perl #47666] # in the subject line of al

[perl #47674] [TODO] :vtable pragma should enable 'self'

2007-11-21 Thread via RT
# New Ticket Created by Allison Randal # Please include the string: [perl #47674] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47674 > Setting the :vtable pragma on a sub should enable the 'self' shortcut for the current

Re: [svn:parrot] r22938 - in trunk: config/gen/makefiles include/parrot/atomic src/atomic

2007-11-21 Thread chromatic
On Wednesday 21 November 2007 12:50:48 [EMAIL PROTECTED] wrote: > Log: > [core,config] Moved executable code out of gcc_x86.h. This closes > RT#47245. Does t/src/atomic.t still work for you after this change? It fails for me, because the code's no longer available from external programs (that