[squeak-dev] The Trunk: EToys-tfel.266.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Sep 30 09:39:26 UTC 2016


Tim Felgentreff uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-tfel.266.mcz

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

Name: EToys-tfel.266
Author: tfel
Time: 30 September 2016, 11:38:29.998245 am
UUID: 984ecc63-aae1-7445-b5ae-8b0f1a83be61
Ancestors: EToys-tfel.265

for now, always compile scripts in the global environment.

=============== Diff against EToys-tfel.265 ===============

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: class environment
  				requestor: nil)
  		notifying: parser!



More information about the Squeak-dev mailing list