[squeak-dev] The Trunk: Monticello-bf.604.mcz

Chris Muller asqueaker at gmail.com
Mon Nov 24 20:05:58 UTC 2014


When would a MethodDefinitions #actualClass not be a Class?

On Mon, Nov 24, 2014 at 11:31 AM,  <commits at source.squeak.org> wrote:
> Bert Freudenberg uploaded a new version of Monticello to project The Trunk:
> http://source.squeak.org/trunk/Monticello-bf.604.mcz
>
> ==================== Summary ====================
>
> Name: Monticello-bf.604
> Author: bf
> Time: 24 November 2014, 6:30:56.448 pm
> UUID: b1f76c5b-7165-4dcb-bc69-07a1c7978fd7
> Ancestors: Monticello-mtf.603
>
> Deal with non-class globals.
>
> =============== Diff against Monticello-mtf.603 ===============
>
> Item was changed:
>   ----- Method: MCMethodDefinition>>actualClass (in category 'accessing') -----
>   actualClass
> +       ^Smalltalk at: className ifPresent: [:class |
> +               class isBehavior ifTrue: [classIsMeta ifTrue: [class classSide] ifFalse: [class]]]!
> -       ^Smalltalk at: className
> -               ifPresent: [:class | classIsMeta ifTrue: [class classSide] ifFalse: [class]]!
>
>


More information about the Squeak-dev mailing list