Marcel Taeumel uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-mt.57.mcz==================== Summary ====================
Name: 51Deprecated-mt.57
Author: mt
Time: 7 October 2019, 10:19:43.130231 am
UUID: 56387fa9-efa5-5c44-96d3-d2c0b3b0573b
Ancestors: 51Deprecated-mt.56
Complements System-mt.1112, which fixes and clean-up in the debugger infrastructure.
=============== Diff against 51Deprecated-mt.56 ===============
Item was changed:
----- Method: PasteUpMorph>>handleFatalDrawingError: (in category '*51Deprecated-Morphic') -----
handleFatalDrawingError: errMsg
"Handle a fatal drawing error."
self deprecated.
+ Project current fatalDrawingError: errMsg.!
- Project current handleFatalDrawingError: errMsg.!
Item was changed:
----- Method: WorldState>>handleFatalDrawingError: (in category '*51Deprecated-Morphic') -----
handleFatalDrawingError: errMsg
"Handle a fatal drawing error."
self deprecated: 'Send this message to Project current'.
+ Project current fatalDrawingError: errMsg
- Project current handleFatalDrawingError: errMsg
!