[squeak-dev] The Trunk: 60Deprecated-mt.13.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Apr 5 07:57:23 UTC 2018


Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.13.mcz

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

Name: 60Deprecated-mt.13
Author: mt
Time: 5 April 2018, 9:57:04.971457 am
UUID: 29391520-9b58-8e4d-9fa1-d3a4f896668f
Ancestors: 60Deprecated-mt.12

Adds deprecation for window re-use.

=============== Diff against 60Deprecated-mt.12 ===============

Item was added:
+ ----- Method: SystemWindow>>anyOpenWindowLikeMe (in category '*60Deprecated-open/close') -----
+ anyOpenWindowLikeMe
+ 	
+ 	self deprecated: 'Use #anyOpenWindowLikeMe: passing a concrete world object.'.
+ 	^ self anyOpenWindowLikeMeIn: Project current world!



More information about the Squeak-dev mailing list