Re: [perl #50646] [TODO][C] implement Parrot_remove_parent in src/oo.c

2008-02-15 Thread Jonathan Worthington
tuxdna wrote: src/oo.c:Parrot_remove_parent() Why should anyone remove a parent of any class? I believe it will break the hierarchy. The default class system only allows you to modify the inheritance hierarchy of a class by cloning the class. That means that any new instances get the change

Re: [perl #50646] [TODO][C] implement Parrot_remove_parent in src/oo.c

2008-02-15 Thread tuxdna
On Fri, Feb 8, 2008 at 3:21 PM, via RT Klaas-Jan Stol < [EMAIL PROTECTED]> wrote: > # New Ticket Created by Klaas-Jan Stol > # Please include the string: [perl #50646] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=50646 >

[perl #50646] [TODO][C] implement Parrot_remove_parent in src/oo.c

2008-02-08 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #50646] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50646 > in src/oo.c, the function Parrot_remove_parent needs an implementation. This currentl