On Monday 19 January 2009 00:11:11 Will Coleda wrote: > When constructing a PMC, I can say "provides something" in the pmclass > declaration. I just tried converting a PMC with this annotation to > PIR, and couldn't find a way to set this. > > Looks like that declaration modifies the provides_str member of the > PMC; searching for provides_str gives me (outside of the PMC code > generation), no way to set this. > > Any suggestions?
Override the 'does' vtable entry. -- c _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
