[squeak-dev] The Trunk: 60Deprecated-pre.29.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Dec 20 15:12:49 UTC 2018


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!



More information about the Squeak-dev mailing list