The Trunk: Environments-jr.68.mcz

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

The Trunk: Environments-jr.68.mcz

commits-2
Marcel Taeumel uploaded a new version of Environments to project The Trunk:
http://source.squeak.org/trunk/Environments-jr.68.mcz

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

Name: Environments-jr.68
Author: jr
Time: 22 January 2017, 1:28:18.011832 am
UUID: 41256adf-d98a-4c4f-8bb6-6e5d800a4014
Ancestors: Environments-nice.67

add a convenience method to activate an environment during a block

=============== Diff against Environments-nice.67 ===============

Item was added:
+ ----- Method: Environment>>beCurrentDuring: (in category 'as yet unclassified') -----
+ beCurrentDuring: aBlock
+ "Evaluate aBlock with me as the current dynamic Environment"
+ ^ aBlock on: CurrentEnvironment do: [:e | e resume: self]!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Environments-jr.68.mcz

Hannes Hirzel
The fix is still in the inbox

    http://source.squeak.org/inbox/

and needs to be moved to

    http://source.squeak.org/treated/

On Thu, 2 Feb 2017 10:43:25 0000, [hidden email]
<[hidden email]> wrote:

> Marcel Taeumel uploaded a new version of Environments to project The Trunk:
> http://source.squeak.org/trunk/Environments-jr.68.mcz
>
> ==================== Summary ====================
>
> Name: Environments-jr.68
> Author: jr
> Time: 22 January 2017, 1:28:18.011832 am
> UUID: 41256adf-d98a-4c4f-8bb6-6e5d800a4014
> Ancestors: Environments-nice.67
>
> add a convenience method to activate an environment during a block
>
> =============== Diff against Environments-nice.67 ===============
>
> Item was added:
> + ----- Method: Environment>>beCurrentDuring: (in category 'as yet
> unclassified') -----
> + beCurrentDuring: aBlock
> + "Evaluate aBlock with me as the current dynamic Environment"
> + ^ aBlock on: CurrentEnvironment do: [:e | e resume: self]!
>
>
>