Re: Am I just an idiot...

2001-12-14 Thread Jason Gloudon
On Fri, Dec 14, 2001 at 09:59:30AM -0800, Brent Dax wrote: > # > > new P0, PerlInt > # > > new P1, PerlString > # > > set P1, P0 > What I'm basically asking is, in that case are we going to be calling > $1->vtable->set_string($2->vtable->get_string()) > or > $1->vta

RE: Am I just an idiot...

2001-12-14 Thread Brent Dax
Dan Sugalski: # At 11:10 AM 12/14/2001 +, Simon Cozens wrote: # >On Fri, Dec 14, 2001 at 12:06:51AM -0800, Brent Dax wrote: # > > Also, a question if/once it exists. I assume it'll make a copy. # > # >Yep. Although I'm not quite sure off-hand how to write it. # # Well, that depends. It could

RE: Am I just an idiot...

2001-12-14 Thread Brent Dax
Simon Cozens: # On Fri, Dec 14, 2001 at 12:06:51AM -0800, Brent Dax wrote: # > or is there no 'set(p, p)' function? If there isn't, why not? # # There isn't. Nobody's written it. :) # # > Also, a question if/once it exists. I assume it'll make a copy. # # Yep. Although I'm not quite sure off

Re: Am I just an idiot...

2001-12-14 Thread Dan Sugalski
At 11:10 AM 12/14/2001 +, Simon Cozens wrote: >On Fri, Dec 14, 2001 at 12:06:51AM -0800, Brent Dax wrote: > > Also, a question if/once it exists. I assume it'll make a copy. > >Yep. Although I'm not quite sure off-hand how to write it. Well, that depends. It could either make a copy, in whic

Re: Am I just an idiot...

2001-12-14 Thread Simon Cozens
On Fri, Dec 14, 2001 at 12:06:51AM -0800, Brent Dax wrote: > or is there no 'set(p, p)' function? If there isn't, why not? There isn't. Nobody's written it. :) > Also, a question if/once it exists. I assume it'll make a copy. Yep. Although I'm not quite sure off-hand how to write it. >