The Trunk: EToys-tfel.266.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: EToys-tfel.266.mcz

commits-2
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!