The Inbox: Tools-ct.884.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Tools-ct.884.mcz

commits-2
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!