Karl Ramberg uploaded a new version of System to project Etoys:
http://source.squeak.org/etoys/System-kfr.65.mcz==================== Summary ====================
Name: System-kfr.65
Author: kfr
Time: 7 April 2013, 5:03:09 pm
UUID: c209b8d0-b094-ff4c-ac8b-1d4539ac2abf
Ancestors: System-kfr.64
Don't return duplicate list
=============== Diff against System-kfr.64 ===============
Item was changed:
----- Method: Behavior>>allCallsOn (in category '*system-support') -----
allCallsOn
"Answer a SortedCollection of all the methods that refer to me by name or as part of an association in a global dict."
+ ^self systemNavigation allCallsOn: self theNonMetaClass name!
- ^ (self systemNavigation allCallsOn: (self environment associationAt: self theNonMetaClass name)), (self systemNavigation allCallsOn: self theNonMetaClass name) !
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev