[squeak-dev] The Trunk: 45Deprecated-fbs.13.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Nov 23 21:13:15 UTC 2013


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

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

Name: 45Deprecated-fbs.13
Author: fbs
Time: 23 November 2013, 9:13:13.835 pm
UUID: 50f6a48e-7757-0f46-93c2-bdd1c314f3f9
Ancestors: 45Deprecated-fbs.12

#setSystemVersionFromConfig: clearly belongs better with the parameter's class. #updateFromServer belongs (IMO at least) with the class involved with updating.

Keep the Utilities stubs, but deprecate them.

=============== Diff against 45Deprecated-fbs.12 ===============

Item was added:
+ ----- Method: Utilities class>>updateFromServer (in category '*45Deprecated-fetching updates') -----
+ updateFromServer
+ 	"Update the image by loading all pending updates from the server."
+ 	self deprecated: 'Use MCMcmUpdater updateFromServer'.
+ 	MCMcmUpdater updateFromServer.!



More information about the Squeak-dev mailing list