[etoys-dev] Etoys: System-kfr.65.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Apr 7 11:04:09 EDT 2013


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)	!



More information about the etoys-dev mailing list