Re: [perl #17811] [PATCH] create pmcs with pmc initializer

2002-10-15 Thread Josef Hook
On Mon, 14 Oct 2002, Leon Brocard wrote: > Jonathan Sillito sent the following bits through the ether: > > > I have been playing with classes and instances for parrot. In > > the process I found I needed a way to pass more information when > > creating new pmcs. So the attached patch adds th

Re: [perl #17811] [PATCH] create pmcs with pmc initializer

2002-10-14 Thread Leopold Toetsch
Leon Brocard wrote: > Jonathan Sillito sent the following bits through the ether: > > >>I have been playing with classes and instances for parrot. In >>the process I found I needed a way to pass more information when >>creating new pmcs. So the attached patch adds the op: >>new (out PMC,

Re: [perl #17811] [PATCH] create pmcs with pmc initializer

2002-10-14 Thread Leon Brocard
Jonathan Sillito sent the following bits through the ether: > I have been playing with classes and instances for parrot. In > the process I found I needed a way to pass more information when > creating new pmcs. So the attached patch adds the op: > new (out PMC, in INT, in PMC) Oh, I see n

[perl #17811] [PATCH] create pmcs with pmc initializer

2002-10-08 Thread via RT
# New Ticket Created by Jonathan Sillito # Please include the string: [perl #17811] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17811 > I have been playing with classes and instances for parrot. In the process I found