On Tue, Oct 11, 2005 at 01:34:36PM +0200, Leopold Toetsch wrote: > It wasn't until r9445. > > I've now special-cased the *_keyed_int methods, to first look for a user > function and then use the fallback in default.pmc, if no user method exists.
Excellent, works exactly as I need it to now. > Please note that this works only for the *keyed_int methods. The > *keyed_str methods are not accessible from the opcode level, these > always call the 'pmc' _keyed variant (w/o suffix). That's fine -- as long as I have some mechanism to distinguish "int" from "everything else" then it's very sufficient for my purposes. Thanks again! Pm