[squeak-dev] The Trunk: Kernel-fbs.793.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jul 22 10:13:22 UTC 2013


Frank Shearar uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-fbs.793.mcz

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

Name: Kernel-fbs.793
Author: fbs
Time: 22 July 2013, 11:09:34.652 am
UUID: ae933d33-a748-4827-ae19-49205c121d16
Ancestors: Kernel-nice.792

Kernel shouldn't reference System. This lets System decorate Warning to provide nice user-level interaction while keeping UI concerns out of Kernel.

=============== Diff against Kernel-nice.792 ===============

Item was removed:
- ----- Method: Warning>>defaultAction (in category 'exceptionDescription') -----
- defaultAction
- 	"The user should be notified of the occurrence of an exceptional occurrence and given an option of continuing or aborting the computation. The description of the occurrence should include any text specified as the argument of the #signal: message."
- 	ToolSet
- 		debugContext: thisContext
- 		label: 'Warning'
- 		contents: self messageText, '\\Select Proceed to continue, or close this window to cancel the operation.' withCRs.
- 	self resume.
- !



More information about the Squeak-dev mailing list