[squeak-dev] The Trunk: Kernel-dtl.1124.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Nov 18 22:45:12 UTC 2017


David T. Lewis uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-dtl.1124.mcz

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

Name: Kernel-dtl.1124
Author: dtl
Time: 18 November 2017, 5:44:53.215977 pm
UUID: 290e3cd7-ffe5-442e-9095-0217cc0b8be3
Ancestors: Kernel-dtl.1123

UndefinedObject>>suspend was presumably implemented for debugging process scheduling issues a long time ago. It serves no useful purpose now, and is dangerous because it will hang the image if evaluated. Remove it.

=============== Diff against Kernel-dtl.1123 ===============

Item was removed:
- ----- Method: UndefinedObject>>suspend (in category 'dependents access') -----
- suspend
- 	"Kills off processes that didn't terminate properly"
- 	"Display reverse; reverse."  "<-- So we can catch the suspend bug"
- 	Processor terminateActive!



More information about the Squeak-dev mailing list