[squeak-dev] The Trunk: EToys-dtl.310.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Oct 14 23:25:30 UTC 2017


David T. Lewis uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-dtl.310.mcz

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

Name: EToys-dtl.310
Author: dtl
Time: 14 October 2017, 7:25:17.542836 pm
UUID: 29e207b2-1345-4fce-9f27-1a372728536e
Ancestors: EToys-mt.309

Follow up for EToys-tfel.266
The default environment should be "Smalltalk environment" rather than "Smalltalk"

=============== Diff against EToys-mt.309 ===============

Item was changed:
  ----- Method: ScriptEncoder>>init:context:notifying: (in category 'as yet unclassified') -----
  init: class context: ctxt notifying: parser
  
  	super
  		init: (CompilationCue
  				source: nil
  				context: ctxt
  				receiver: nil
  				class: class
+ 				environment: Smalltalk environment
- 				environment: Smalltalk
  				requestor: nil)
  		notifying: parser!



More information about the Squeak-dev mailing list