Re: [perl #15317] [PATCH] Recursive keyed lookups for array.pmc

2002-07-24 Thread Mike Lambert
ject: [perl #15317] [PATCH] Recursive keyed lookups for array.pmc > Resent-Date: 22 Jul 2002 08:49:33 - > Resent-From: [EMAIL PROTECTED] > Resent-To: [EMAIL PROTECTED] > > # New Ticket Created by Scott Walters > # Please include the string: [perl #15317] > # in the subject lin

[perl #15317] [PATCH] Recursive keyed lookups for array.pmc

2002-07-22 Thread via RT
# New Ticket Created by Scott Walters # Please include the string: [perl #15317] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=15317 > When a KEY * key datastructure is passed to a keyed method in array.pmc, and key->nex

[PATCH] Recursive keyed lookups for array.pmc

2002-07-22 Thread Scott Walters
When a KEY * key datastructure is passed to a keyed method in array.pmc, and key->next is true...: array.pmc will recurse into the keyed lookup method of the PMC that it contains, passing it key->next. This implements the recursive indexing behavior as described in PDD08. -scott Index: parrot/