develooper Front page | perl.perl6.internals | Postings from July 2002

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

Thread Next
From:
Scott Walters
Date:
July 22, 2002 01:50
Subject:
[perl #15317] [PATCH] Recursive keyed lookups for array.pmc
Message ID:
rt-15317-30940.15.9489190762811@perl
# 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 Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About