On Wed Nov 05 21:38:15 2008, chrisdolan wrote:
> ... and here's a patch to Rakudo's actions.pm to implement the fix. I
> would be very happy if someone more experienced with NQP and PAST looked
> over the patch to see if there's a better way to do this.
> 
Looks to be pretty much what I'd have done myself, for what that counts
for. :-)

> I haven't figured out the spec tests yet, so I only tested with the
> following one-liner:
> 
> ./perl6 -e 'class A::B { method foo { say "Foo"; } }; class A::B::C is
> A::B {}; A::B::C.new.foo'
It passed the spectests that moritz++ wrote too. So, patch applied in
r32376, and the spectests are untodo'd.

Thanks,

Jonathan

Reply via email to