The Trunk: 60Deprecated-pre.29.mcz

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

The Trunk: 60Deprecated-pre.29.mcz

commits-2
Patrick Rein uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-pre.29.mcz

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

Name: 60Deprecated-pre.29
Author: pre
Time: 20 December 2018, 4:12:49.618699 pm
UUID: 08a99405-1e20-4af4-8ec6-42fe767467a9
Ancestors: 60Deprecated-pre.28

Moves a deprecated method from FileList2 class

=============== Diff against 60Deprecated-pre.28 ===============

Item was changed:
+ SystemOrganization addCategory: #'60Deprecated-Collections-Streams'!
  SystemOrganization addCategory: #'60Deprecated-Kernel-Methods'!
  SystemOrganization addCategory: #'60Deprecated-System-Support'!
- SystemOrganization addCategory: #'60Deprecated-Collections-Streams'!
  SystemOrganization addCategory: #'60Deprecated-Tools-Inspector'!

Item was added:
+ ----- Method: FileList2 class>>projectOnlySelectionMethod: (in category '*60Deprecated-Tools') -----
+ projectOnlySelectionMethod: incomingEntries
+
+ self deprecated: 'use Project class>latestProjectVersionsFromFileEntries: instead'.
+
+ ^Project latestProjectVersionsFromFileEntries: incomingEntries!