BlockClosure>>asMinimalRepresentation

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

BlockClosure>>asMinimalRepresentation

Stéphane Ducasse


Begin forwarded message:

> From: [hidden email]
> Date: August 27, 2009 6:45:17 AM CEDT
> To: [hidden email]
> Subject: [squeak-dev] The Trunk: Kernel-ar.231.mcz
> Reply-To: [hidden email]
>
> Andreas Raab uploaded a new version of Kernel to project The Trunk:
> http://source.squeak.org/trunk/Kernel-ar.231.mcz
>
> ==================== Summary ====================
>
> Name: Kernel-ar.231
> Author: ar
> Time: 26 August 2009, 9:44:33 am
> UUID: 0fa0cc93-b060-8546-b78f-afa7b8429e80
> Ancestors: Kernel-ar.230
>
> BlockClosure>>asMinimalRepresentation needs to return self, just  
> like the comment says.
>
> =============== Diff against Kernel-ar.230 ===============
>
> Item was changed:
>  ----- Method: BlockClosure>>asMinimalRepresentation (in category  
> 'events-support') -----
>  asMinimalRepresentation
>   "For use in the when:evaluate: protocol, i.e.,
>   foo when: #bar evaluate:[self handleBar].
>   Return the receiver."
> + ^self!
> - ^true!
>
>


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: BlockClosure>>asMinimalRepresentation

Stéphane Ducasse
http://code.google.com/p/pharo/issues/detail?id=1091



On Aug 27, 2009, at 8:41 AM, Stéphane Ducasse wrote:

>>
>> From: [hidden email]
>> Date: August 27, 2009 6:45:17 AM CEDT
>> To: [hidden email]
>> Subject: [squeak-dev] The Trunk: Kernel-ar.231.mcz
>> Reply-To: [hidden email]
>>
>> Andreas Raab uploaded a new version of Kernel to project The Trunk:
>> http://source.squeak.org/trunk/Kernel-ar.231.mcz
>>
>> ==================== Summary ====================
>>
>> Name: Kernel-ar.231
>> Author: ar
>> Time: 26 August 2009, 9:44:33 am
>> UUID: 0fa0cc93-b060-8546-b78f-afa7b8429e80
>> Ancestors: Kernel-ar.230
>>
>> BlockClosure>>asMinimalRepresentation needs to return self, just
>> like the comment says.
>>
>> =============== Diff against Kernel-ar.230 ===============
>>
>> Item was changed:
>> ----- Method: BlockClosure>>asMinimalRepresentation (in category
>> 'events-support') -----
>> asMinimalRepresentation
>> "For use in the when:evaluate: protocol, i.e.,
>> foo when: #bar evaluate:[self handleBar].
>> Return the receiver."
>> + ^self!
>> - ^true!
>>
>>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project