The Trunk: Tools-dtl.810.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tools-dtl.810.mcz

commits-2
David T. Lewis uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-dtl.810.mcz

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

Name: Tools-dtl.810
Author: dtl
Time: 30 April 2018, 8:12:14.871637 pm
UUID: 53192ea3-8423-4ff8-b52b-0b87a44fea51
Ancestors: Tools-eem.809

Add comment to explain the intent of Object>>canonicalArgumentName

=============== Diff against Tools-eem.809 ===============

Item was changed:
  ----- Method: Object>>canonicalArgumentName (in category '*Tools-Debugger') -----
  canonicalArgumentName
+ "Answer a name that describes the type or class of this object for creating
+ an argument name for an argument of similar type in a stub method."
+
  ^ self class name!