On Tue Nov 20 20:58:35 2007, [EMAIL PROTECTED] wrote:
> On Wed Mar 14 07:49:33 2007, [EMAIL PROTECTED] wrote:
> > Hi,
> > 
> > Given the following:
> > 
> > .namespace ['A']
> > 
> > .sub 'morph' :method :vtable
> >     say 'morphing!'
> > .end
> > 
> > .sub main :main
> >     $P0 = newclass 'A'
> >     $P1 = new 'A'
> >     morph $P1, .Undef
> > .end
> > 
> > the 'morph' vtable method doesn't get called
> 
> Works for me in 0.5.0 (r22925), if I remove :method from the 'morph'
> declaration.  Can you confirm?

I'm still seeing the broken behavior in r30915.

Reply via email to