[squeak-dev] The Trunk: Nebraska-mt.58.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Oct 11 11:43:49 UTC 2020


Marcel Taeumel uploaded a new version of Nebraska to project The Trunk:
http://source.squeak.org/trunk/Nebraska-mt.58.mcz

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

Name: Nebraska-mt.58
Author: mt
Time: 11 October 2020, 1:43:47.913652 pm
UUID: faf5d233-ca17-b440-8060-e59416e00f69
Ancestors: Nebraska-tpr.57

Refactoring 'Active' variables -- Step 2 of 2. Removes all uses of Active(World|Hand|Event) by replacing those with "self current(World|Hand|Event)" or "Project current world" when required to not add/cement Morphic dependency.

See http://forum.world.st/Changeset-Eliminating-global-state-from-Morphic-td5121690.html

=============== Diff against Nebraska-tpr.57 ===============

Item was changed:
  ----- Method: NebraskaSenderMorph>>initializeToStandAlone (in category 'parts bin') -----
  initializeToStandAlone
  
  	super initializeToStandAlone.
+ 	self installModelIn: Project current world.!
- 	self installModelIn: ActiveWorld.
- !

Item was changed:
  ----- Method: NebraskaServerMorph class>>serveWorld (in category 'as yet unclassified') -----
  serveWorld
  
+ 	^ self serveWorld: self currentWorld
- 	^ self serveWorld: ActiveWorld.
  !



More information about the Squeak-dev mailing list