On Thursday 05 June 2008 09:05:22 Geoffrey Broadwell wrote: > In my original ticket, I mentioned three problems: > > 1. ResizableStringArray didn't have get_iter. > 2. Other *Array PMCs may be missing that as well. > 3. The 'iter' op is still listed as experimental. > > Clearly #1 was the focus of chromatic's patch. Jonathan, did you > address #2 and #3?
My fix was for FixedStringArray, which is the parent of ResizableStringArray, so that's at least two. In theory, every *Array PMC should have some sort of iter tests. (I ported Test::Class to PIR, such as it is, so that we could make these tests easier to write.) -- c