# New Ticket Created by Paul Cochrane # Please include the string: [perl #48180] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48180 >
In languages/amber/lib/kernel/pmc/amber_array.pmc there is the todo item associated with the first() and last() methods: /* XXX reject if count = 0 */ It looks like these methods shouldn't be carried out if count = 0. This therefore needs to be implemented.