[squeak-dev] The Inbox: Tools-ct.884.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Sep 4 19:33:13 UTC 2019


A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-ct.884.mcz

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

Name: Tools-ct.884
Author: ct
Time: 4 September 2019, 9:33:08.606698 pm
UUID: 519d813a-bfd0-e74c-bb55-b30d096a2bd1
Ancestors: Tools-pre.883

Raise language in deprecation messages to a less brutal standard

=============== Diff against Tools-pre.883 ===============

Item was changed:
  ----- Method: PluggableFileList>>open (in category 'initialize-release') -----
  open
+ 	self deprecated: 'PluggableFileList is being deprecated'. "This can go away soon"
+ 	
- 	"PluggableFileList is being deprecated and this can go away soon"
- 	self deprecated: 'PluggableFileList must die'.
- 
  	^ Project uiManager openPluggableFileList: self label: prompt in: self currentWorld!



More information about the Squeak-dev mailing list