Applied, thanks. If someone wants to mark this ticket as resolved, I'd appreciate it. Mike Lambert Scott Walters wrote: > Date: Mon, 22 Jul 2002 08:49:33 GMT > From: Scott Walters <bugs-parrot@netlabs.develooper.com> > Reply-To: perl6-internals@perl.org > To: bugs-bitbucket@rt.perl.org > Subject: [perl #15317] [PATCH] Recursive keyed lookups for array.pmc > Resent-Date: 22 Jul 2002 08:49:33 -0000 > Resent-From: rt@x1.develooper.com > Resent-To: perl6-internals@perl.org > > # New Ticket Created by Scott Walters > # Please include the string: [perl #15317] > # in the subject line of all future correspondence about this issue. > # <URL: 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->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 > > > -- attachment 1 ------------------------------------------------------ > url: http://rt.perl.org/rt2/attach/30940/25927/407316/array.pmc.diff > >Thread Previous