[perl #48296] Implement get_namespace vtable from pdd17

2007-12-06 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48296] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48296 > >From PDD17: =item pmc_namespace [deprecated: See RT# 48144] PMC* pmc_nam

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 t

PDD17 Questions

2007-11-16 Thread jonathan
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 implement

Re: PDD17 - PMCs

2007-10-09 Thread Allison Randal
that run on Parrot, so it's a more important target for optimization. And yes, PDD17 does encourage the use of the 'data' struct element. With the shift to generating the data struct of attributes for each PMC, generating accessor macros for the members of that struct (SET_ATTR_

PDD17 - PMCs

2007-10-07 Thread Leopold Toetsch
Hi, some days ago near #parrot: 17:13 if you get a chance, allison has modified pdd17 (pmc). i'm reviewing it, but i think you'd be a better judge of its implications on gc, etc. 17:14 I'll have a look at it - thx Well, xx days after, I had a very brief look at it: - it

Re: PDD17 comments

2007-09-20 Thread chromatic
On Thursday 20 September 2007 13:43:37 jerry gay wrote: > {{ PROPOSAL: I'd like to require that all vtable functions be declared > with "VTABLE" at the beginning of the declaration, similar to "METHOD" > and "PCCMETHOD". At the very least it's self-documentation. It might > also be a usefu

PDD17 comments

2007-09-20 Thread jerry gay
from PDD17: =head3 Defining vtable functions Vtable functions are defined as C functions within the body of the C declaration. STRING *get_string() {...} void set_string_native(STRING *value) {...} {{ PROPOSAL: I'd like to require that all vtable functions be declared

PDD17

2006-07-24 Thread Will Coleda
Here are some issues regarding basic types, in no particular order, some of them inter-related. (while the phrasing is short, please don't consider the tone short. =-) o Undef vs. None vs. null? Only one of these types is mentioned in the PDD. Need to document the rationale and expected use