[Pkg] The Trunk: 60Deprecated-pre.5.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Apr 27 15:56:18 UTC 2017


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

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

Name: 60Deprecated-pre.5
Author: pre
Time: 27 April 2017, 5:56:07.04166 pm
UUID: 261605f7-1b50-5946-8137-14c6c9e75bf9
Ancestors: 60Deprecated-ul.4

Adds classes ContextPart, BlockContext, and MethodContext to the 60Deprecated package to ensure backwards compatibility

=============== Diff against 60Deprecated-ul.4 ===============

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

Item was added:
+ ContextPart variableSubclass: #BlockContext
+ 	instanceVariableNames: ''
+ 	classVariableNames: ''
+ 	poolDictionaries: ''
+ 	category: '60Deprecated-Kernel-Methods'!

Item was added:
+ Context variableSubclass: #ContextPart
+ 	instanceVariableNames: ''
+ 	classVariableNames: ''
+ 	poolDictionaries: ''
+ 	category: '60Deprecated-Kernel-Methods'!

Item was added:
+ ContextPart variableSubclass: #MethodContext
+ 	instanceVariableNames: ''
+ 	classVariableNames: ''
+ 	poolDictionaries: ''
+ 	category: '60Deprecated-Kernel-Methods'!



More information about the Packages mailing list