The Trunk: Tools-cmm.733.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-cmm.733.mcz

commits-2
Chris Muller uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-cmm.733.mcz

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

Name: Tools-cmm.733
Author: cmm
Time: 6 December 2016, 3:50:06.783172 pm
UUID: 46663c9b-de5d-4b65-ae5e-def988146a88
Ancestors: Tools-nice.732

Smalltalk garbageCollect can sometimes take many minutes, and there's no need to do it when opening a ProcessBrowser.

=============== Diff against Tools-nice.732 ===============

Item was changed:
  ----- Method: ProcessBrowser class>>open (in category 'instance creation') -----
  open
- "ProcessBrowser open"
- "Create and schedule a ProcessBrowser."
- Smalltalk garbageCollect.
  ^ToolBuilder open: self new!