[squeak-dev] The Trunk: System-cmm.588.mcz

Bert Freudenberg bert at freudenbergs.de
Fri Sep 6 14:48:47 UTC 2013


On 2013-09-05, at 23:40, Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com> wrote:

> What? isn't it for instance variables?

No, the comment appears to be misleading, it's used for class vars, too.

- Bert -

> If yes, then aClass and aClass class might have an instance variable with same name, but these are two different things...
> 
> 
> 2013/9/5 <commits at source.squeak.org>
> Chris Muller uploaded a new version of System to project The Trunk:
> http://source.squeak.org/trunk/System-cmm.588.mcz
> 
> ==================== Summary ====================
> 
> Name: System-cmm.588
> Author: cmm
> Time: 5 September 2013, 4:07:58.158 pm
> UUID: 62aa5f16-061e-4e35-a7c9-cd0156c3fe42
> Ancestors: System-nice.587
> 
> Show stores into class-vars from class-side methods, not just instance-side.
> 
> =============== Diff against System-nice.587 ===============
> 
> Item was changed:
>   ----- Method: SystemNavigation>>browseAllStoresInto:from: (in category 'browse') -----
>   browseAllStoresInto: varName from: aClass
>         "Create and schedule a Message Set browser for all the receiver's methods
>         or any methods of a subclass/superclass that refer to the instance variable name."
>         "self new browseAllStoresInto: 'contents' from: Collection."
>         ^ self
> +               browseMessageList: (self allStoresInto: varName from: aClass), (self allStoresInto: varName from: aClass class)
> -               browseMessageList: (self allStoresInto: varName from: aClass)
>                 name: 'Stores into ' , varName
>                 autoSelect: varName!
> 
> 
> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130906/d4aedc2f/attachment.htm


More information about the Squeak-dev mailing list