"Steve Waring" <
[hidden email]> wrote in message
news:bbk6gp$a6up9$
[hidden email]...
> Hi,
>
> Is there a bug in OrderedCollection>>addAllFirst:?
> ...
Yes, there certainly is: Any addition of elements to a collection with free
slots at the front where the number of new elements is less than the number
of free slots will result in extra nil elements at the front of the
collection. One for the next PL.
Thanks for the report, and for providing a test too!
Blair