The Trunk: Tools-eem.786.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-eem.786.mcz

commits-2
Eliot Miranda uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-eem.786.mcz

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

Name: Tools-eem.786
Author: eem
Time: 2 January 2018, 5:19:05.94314 pm
UUID: 1d9a2ff4-457b-4a66-9a76-6d24d776aa57
Ancestors: Tools-eem.785

Integrate CompiledBlock with the inspectors and with the MNU template generator.

=============== Diff against Tools-eem.785 ===============

Item was added:
+ ----- Method: CompiledBlock>>canonicalArgumentName (in category '*Tools-Debugger') -----
+ canonicalArgumentName
+ ^ 'CompiledBlock'!

Item was added:
+ ----- Method: CompiledCode>>inspectorClass (in category '*Tools-Inspector') -----
+ inspectorClass
+ "Answer the class of the inspector to be used on the receiver.  Called by inspect;
+ use basicInspect to get a normal (less useful) type of inspector."
+
+ ^ CompiledMethodInspector!