On Sun, Jul 06, 2008 at 03:58:45PM +0200, Jonathan Worthington wrote: > Patrick R. Michaud wrote: > >However, I also know that we need a better solution to :instanceof than we > >have implemented now, so that may be another. Beyond that, I'm not sure > >what we can do for the very short term. My guess is that we > >may need to avoid :instanceof in Rakudo for the time being, since it's > >more important that we get modules and classes to work than it is to have > >imcc create subs of the appropriate type. > > > I have a patch that gets us off using :instanceof mostly ready; I'll get > it finished up and checked in on my Rakudo day (Tuesday, I expect).
Would it hurt for us to temporarily remove :instanceof from src/parser/actions.pm (at least for subs) until your patch is ready? Otherwise "module Foo;" doesn't really work -- e.g., for mod_perl6. Thanks! Pm