[squeak-dev] The Trunk: Environments-cwp.29.mcz

commits at source.squeak.org commits at source.squeak.org
Mon May 27 02:50:14 UTC 2013


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



More information about the Squeak-dev mailing list