# New Ticket Created by  Paul Cochrane 
# Please include the string:  [perl #48184]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48184 >


In languages/amber/lib/kernel/pmc/amber_array.pmc:set_item() there is
the todo item:

/* XXX --require has(index) */

I *believe* this means that before setting or getting the index that
one needs to check that the index exists to begin with, hence one should
require has(index) before proceeding further in the method.

Reply via email to