Re: [perl #27314] delegate pmc methods ignored in inheritance

2004-03-03 Thread Dan Sugalski
At 10:29 AM +0100 3/3/04, Leopold Toetsch wrote: Dan Sugalski <[EMAIL PROTECTED]> wrote: If you have a pmc class that inherits from delegate you're out of luck. All of delegate's methods, save init, are autogenerated, and as such can't be inherited from. I've put in a hackish patch to delegate

Re: [perl #27314] delegate pmc methods ignored in inheritance

2004-03-03 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > If you have a pmc class that inherits from delegate you're out of > luck. All of delegate's methods, save init, are autogenerated, and as > such can't be inherited from. I've put in a hackish patch to delegate object vtables to delegate.pmc. Seems to be t

[perl #27314] delegate pmc methods ignored in inheritance

2004-03-02 Thread via RT
# New Ticket Created by Dan Sugalski # Please include the string: [perl #27314] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=27314 > If you have a pmc class that inherits from delegate you're out of luck. All of deleg