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 those in t/spec/S02-builtin_data_types/array_ref.t (array > reference slices).
Could you provide some example code, or point to specific tests in array_ref.t that you're referring to? That makes it much easier to isolate the bug. Pm