[BUG] in OrderedCollection?

johng at josquin.ucdavis.edu johng at josquin.ucdavis.edu
Fri Aug 25 08:53:49 UTC 2000


(OrderedCollection with: 1 with: 2 with: 3) atAll: #(2)

fails on my 2.8 squeak because within SequenceableCollection->atAll:

 newCollection _ self species new: indexArray size.

and newCollection, if I understand this, is created with
(OrderedCollection new: 1), which has lastIndex set to 0, which then
causes at:put: to fail.


John





More information about the Squeak-dev mailing list