[Pkg] The Trunk: Tools-ct.884.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Nov 15 13:37:37 UTC 2019


Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/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 Packages mailing list