The Trunk: 60Deprecated-pre.5.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.5.mcz

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