[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Mon Oct 3 23:55:07 UTC 2011


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2011-October/005011.html

Name: Collections-eem.462
Ancestors: Collections-nice.461

With SequenceableCollection>size being a subclassResponsibility
LinkedList must implement size.  WIth this

	SequenceableCollection allSubclasses select:
		[:c| (c whichClassIncludesSelector: #size)
			== SequenceableCollection]

	=>	an OrderedCollection(SourceFileArray)

which is fine since SourceFileArray is abstract.

=============================================



More information about the Squeak-dev mailing list