Re: [perl #48014] [DEPRECATED] PMC union struct
[email protected] (chromatic) Wed, 21 Jan 2009 18:02:54 -0800
| Newsgroups | perl.perl6.internals,perl.perl6.internals |
|---|---|
| Organization | Snafu |
| Message-ID | <[email protected]> |
On Wednesday 21 January 2009 17:23:42 Christoph Otto wrote: > If there's a cheaper way to implement this and still support C-level PMC > ATTR multiple inheritance, I'll be thrilled to implement it. We've never really supported C-level PMC multiple inheritance. As best I can figure, it was a quirk of the PMC preprocessor that allowed the appearance of multiple inheritance. Certainly the semantics have never been defined, at least as far as inheriting behavior or attributes. If C PMCs need to proclaim that they conform to the interface of another PMC, they should use 'does'. -- c