[perl #58560] [BUG] !flatten does not handle references

2008-09-10 Thread Patrick R. Michaud via RT
On Wed Sep 03 21:07:57 2008, s1n wrote: The List !flatten method does not properly recurse into references. List.pir:188 retrieves the elements opcode and does not check the pmc type for recursion. This functionality is needed for .elems and :prefix+ to function properly for cases such as

[perl #58560] [BUG] !flatten does not handle references

2008-09-04 Thread jason switzer
# New Ticket Created by jason switzer # Please include the string: [perl #58560] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58560 The List !flatten method does not properly recurse into references. List.pir:188