[squeak-dev] The Trunk: Tools-cmm.928.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Mon Jan 6 14:05:31 UTC 2020


Thanks! :-)
Am 27.12.2019 04:17:49 schrieb commits at source.squeak.org <commits at source.squeak.org>:
Chris Muller uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-cmm.928.mcz

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

Name: Tools-cmm.928
Author: cmm
Time: 20 December 2019, 10:06:10.77308 pm
UUID: e1a28262-590a-443a-83d8-6e994b0f676b
Ancestors: Tools-mt.925

Fix DictionaryInspector to allow debugging of Dictionary initialization, and render the entries in order for OrderedDictionary's.

=============== Diff against Tools-mt.925 ===============

Item was changed:
----- Method: DictionaryInspector>>calculateKeyArray (in category 'selecting') -----
calculateKeyArray
+ "Recalculate the KeyArray from the object being inspected."
+ keyArray := [ object keysInOrder ] ifError:
+ [ "Can occur when debugging Dictionary new"
+ Array empty ].
+ selectionIndex := 0!
- "Recalculate the KeyArray from the object being inspected"
-
- keyArray := object keysSortedSafely asArray.
- selectionIndex := 0.
- !


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200106/76c55e02/attachment.html>


More information about the Squeak-dev mailing list