The Trunk: System-mtf.407.mcz

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

The Trunk: System-mtf.407.mcz

commits-2
Matthew Fulmer uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mtf.407.mcz

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

Name: System-mtf.407
Author: mtf
Time: 6 January 2011, 12:27:00.444 pm
UUID: 82b6aa8a-ea3b-4951-8a83-21cfbd259cea
Ancestors: System-mtf.404

moved dumpException from SystemDictionary to SmalltalkImage

=============== Diff against System-mtf.404 ===============

Item was added:
+ ----- Method: SmalltalkImage>>dumpException: (in category 'miscellaneous') -----
+ dumpException: ex
+
+ self
+ logSqueakError: ex description
+ inContext: ex signalerContext .
+ !

Item was removed:
- ----- Method: SystemDictionary>>dumpException: (in category 'miscellaneous') -----
- dumpException: ex
-
- self
- logSqueakError: ex description
- inContext: ex signalerContext .
- !