The Trunk: Environments-cwp.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: Environments-cwp.29.mcz

commits-2
Colin Putney uploaded a new version of Environments to project The Trunk:
http://source.squeak.org/trunk/Environments-cwp.29.mcz

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

Name: Environments-cwp.29
Author: cwp
Time: 26 May 2013, 7:41:55.167 pm
UUID: aa7f55f2-e0fc-4283-8ad1-4707e86a041f
Ancestors: Environments-cwp.28

Environment refactoring, part 3 of 3: remove the old instance variables.

=============== Diff against Environments-cwp.28 ===============

Item was removed:
- (PackageInfo named: 'Environments') preamble: '"below, add code to be run before the loading of this package"
-
- Environment allInstancesDo: [:ea | ea migrate].
- '!

Item was changed:
  Object subclass: #Environment
+ instanceVariableNames: 'info imports exports declarations references public undeclared'
- instanceVariableNames: 'info imports exports contents bindings public undeclared declarations references'
  classVariableNames: 'Default Instances'
  poolDictionaries: ''
  category: 'Environments-Core'!