[squeak-dev] The Inbox: Tools-cmm.733.mcz

Tobias Pape Das.Linux at gmx.de
Tue Dec 6 21:52:03 UTC 2016


On 06.12.2016, at 22:50, commits at source.squeak.org wrote:

> Chris Muller uploaded a new version of Tools to project The Inbox:
> http://source.squeak.org/inbox/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,

what?

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



More information about the Squeak-dev mailing list