The Trunk: Environments-nice.35.mcz

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

The Trunk: Environments-nice.35.mcz

commits-2
Nicolas Cellier uploaded a new version of Environments to project The Trunk:
http://source.squeak.org/trunk/Environments-nice.35.mcz

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

Name: Environments-nice.35
Author: nice
Time: 16 December 2013, 3:59:48.465 pm
UUID: ae4d5c87-d935-4ffa-b502-2b3f05a63cb5
Ancestors: Environments-fbs.34

Provide a non logging protocol to EnvironmentLoader just in case...

=============== Diff against Environments-fbs.34 ===============

Item was added:
+ ----- Method: EnvironmentLoader>>evaluate: (in category 'as yet unclassified') -----
+ evaluate: chunk
+ ^ [Compiler evaluate: chunk environment: environment]
+ on: EnvironmentRequest
+ do: [:req | req resume: environment]!