[Vm-dev] VM Maker: CogTools-Listener-eem.3.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Mar 24 01:53:42 UTC 2015


Eliot Miranda uploaded a new version of CogTools-Listener to project VM Maker:
http://source.squeak.org/VMMaker/CogTools-Listener-eem.3.mcz

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

Name: CogTools-Listener-eem.3
Author: eem
Time: 23 March 2015, 6:53:39.03 pm
UUID: c8e8c1aa-1702-45df-9ba2-f122301175aa
Ancestors: CogTools-Listener-eem.2

Really remember to add a convenient quit message.

=============== Diff against CogTools-Listener-eem.2 ===============

Item was added:
+ ----- Method: SmalltalkImage>>quit (in category '*CogTools-Listener') -----
+ quit
+ 	self snapshot: false andQuit: true!

Item was removed:
- ----- Method: SmalltalkImage>>snapshot:andQuit: (in category '*CogTools-Listener') -----
- snapshot: save andQuit: quit
- 	^self snapshot: save andQuit: quit embedded: false!



More information about the Vm-dev mailing list