Re: PMC diamond inheritance

2005-04-27 Thread Leopold Toetsch
Nicholas Clark <[EMAIL PROTECTED]> wrote: > I have > Perl5cargo_cult > | > Perl5Base > / \ > Perl5PV Perl5IV > \ / > Perl5PVIV Nice. > perl5pviv.c:45: error: `Parrot_Perl5PV_init' undeclared (first use in this > function) If memory serves me right there is a

Re: PMC diamond inheritance

2005-04-27 Thread Nicholas Clark
On Wed, Apr 27, 2005 at 04:00:54PM +0100, Nicholas Clark wrote: > There are no Parrot_Perl5PV_init, etc functions. Is this a bug in pmc2c2.pl? Looks like a mistake I made. Too many autogenerated files. Nicholas Clark

PMC diamond inheritance

2005-04-27 Thread Nicholas Clark
I have Perl5cargo_cult | Perl5Base / \ Perl5PV Perl5IV \ / Perl5PVIV The bottom 4 PMC classes shown are currently empty, so they genuinely are just: pmclass Perl5base extends Perl5cargo_cult dynpmc group Perl5_group { } pmclass Perl5PV extends Perl5base dynp