Changes

Summary

  1. - implement #groupedBy: to retain sortBlock for SortedCollectiob - (details)
  2. add comment (details)
  3. remove InstanceVariableSlot>>#usingMethods (details)
  4. allAccessesTo: instVarName from: aClass should delegate to slot with (details)
Commit 4cdd7688af7f9162a84b16365f68f0bba7f2a5a2 by marcus.denker
- implement #groupedBy: to retain sortBlock for SortedCollectiob -
simplify sortBlock (new creates size 10 by default) - turned the example
in the issue into a simple test
fixes #2332
The file was modifiedsrc/Collections-Sequenceable/SortedCollection.class.st (diff)
The file was modifiedsrc/Collections-Tests/SortedCollectionTest.class.st (diff)
The file was modifiedsrc/Collections-Sequenceable/SortedCollection.class.st (diff)
Commit 35852135d42fe2d421a81c5fe79d64026f575585 by marcus.denker
remove InstanceVariableSlot>>#usingMethods
fixes #3515
The file was modifiedsrc/Slot-Core/InstanceVariableSlot.class.st (diff)
Commit 5f8ea08e4f344025c63b89c76e0b47b40acb94ae by marcus.denker
allAccessesTo: instVarName from: aClass should delegate to slot with
allMethodsAccessingSlot:
fixes #3514
The file was modifiedsrc/System-Support/SystemNavigation.class.st (diff)
The file was modifiedsrc/Tool-Base/SystemNavigation.extension.st (diff)
The file was modifiedsrc/GT-SpotterExtensions-Core/Slot.extension.st (diff)