[squeak-dev] The Trunk: Tools-topa.637.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 8 19:03:43 UTC 2015


Tobias Pape uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-topa.637.mcz

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

Name: Tools-topa.637
Author: topa
Time: 8 October 2015, 9:03:22.934 pm
UUID: 993853cb-d0d2-4676-902c-365536c950da
Ancestors: Tools-topa.636

Marcel is curious whether  ObjectExplorer>>#selector is ever called. Let's find out.

=============== Diff against Tools-topa.636 ===============

Item was changed:
  ----- Method: ObjectExplorer>>selector (in category 'accessing - other') -----
  selector
  
+ 	self isThisEverCalled.
  	self flag: #deprecated. "mt: Who uses this? And why?"
  	self parentObject ifNil: [^ nil].
  	(self parentObject class allInstVarNames includes: self currentSelection key)
  		ifTrue: [^ self currentSelection key asSymbol].
  	^ nil!



More information about the Squeak-dev mailing list