The Trunk: EToys-dtl.310.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-dtl.310.mcz

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