PMC initializer stuff

2002-10-18 Thread Dan Sugalski
Okay, it's been a while, I've been out of it, it's time to start getting going. Today's first topic: PMCs with real initializers. Here's a snip from the updated PDD2: -- =item void init_pmc(INTERP, PMC* self, PMC* initializer) This form of the init method takes a single initializer

RE: PMC initializer stuff

2002-10-18 Thread Brent Dax
Dan Sugalski: # =item void init_pmc(INTERP, PMC* self, PMC* initializer) # For example, if a class has the known properties "Size", # "Dimension" and "Color", they may be assigned the values 100, # 101, and 102. If the creator if the PMC knows enough about # the class to make the translatio

RE: PMC initializer stuff

2002-10-18 Thread Dan Sugalski
At 11:07 AM -0700 10/18/02, Brent Dax wrote: Dan Sugalski: # =item void init_pmc(INTERP, PMC* self, PMC* initializer) ... # For example, if a class has the known properties "Size", # "Dimension" and "Color", they may be assigned the values 100, # 101, and 102. If the creator if the PMC knows enoug

Re: PMC initializer stuff

2002-10-19 Thread Leopold Toetsch
Dan Sugalski wrote: Okay, it's been a while, I've been out of it, it's time to start getting going. Welcome back. Today's first topic: PMCs with real initializers. Here's a snip from the updated PDD2: Done. leo

RE: [PATCH] PMC initializer stuff

2002-10-18 Thread Jonathan Sillito
> -Original Message- > From: Dan Sugalski [mailto:dan@;sidhe.org] > > Okay, it's been a while, I've been out of it, it's time to start > getting going. Welcome back! > Today's first topic: PMCs with real initializers. Here's a snip from > the updated PDD2: > > -- > > =item v