[squeak-dev] The Trunk: Collections-mt.597.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jan 16 09:58:23 UTC 2015


Marcel Taeumel uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-mt.597.mcz

==================== Summary ====================

Name: Collections-mt.597
Author: mt
Time: 16 January 2015, 10:58:06.65 am
UUID: 30d20939-3981-af4d-88b7-8e85c4f29201
Ancestors: Collections-mt.596

Removed non-working #first: from OrderedDictionary. Was committed by accident. ^__^

=============== Diff against Collections-mt.596 ===============

Item was removed:
- ----- Method: OrderedDictionary>>first: (in category 'accessing') -----
- first: n
- 
- 	"Answer the first n elements of the receiver.
- 	Raise an error if there are not enough elements."
- 
- 	^ self copyFrom: 1 to: n!



More information about the Squeak-dev mailing list