[squeak-dev] The Trunk: Tools-mt.1102.mcz

christoph.thiede at student.hpi.uni-potsdam.de christoph.thiede at student.hpi.uni-potsdam.de
Thu Apr 7 13:59:35 UTC 2022


> Somebody added #buildWith: to Morph ... not sure why.

For polymorphy, I guess. Please do not remove that. I love this to embed morphs into a tool. :-)

Best,
Christoph

---
Sent from Squeak Inbox Talk

On 2022-01-11T09:58:06+00:00, commits at source.squeak.org wrote:

> Marcel Taeumel uploaded a new version of Tools to project The Trunk:
> http://source.squeak.org/trunk/Tools-mt.1102.mcz
> 
> ==================== Summary ====================
> 
> Name: Tools-mt.1102
> Author: mt
> Time: 11 January 2022, 10:58:04.097851 am
> UUID: 1b324423-7076-45b9-898d-9c282b430fc6
> Ancestors: Tools-mt.1101
> 
> Fixes regression in ChangeSorter, which got visible MVC but not Morphic. Somebody added #buildWith: to Morph ... not sure why.
> 
> =============== Diff against Tools-mt.1101 ===============
> 
> Item was changed:
>   ----- Method: ChangeSorter>>buildWith: (in category 'toolbuilder') -----
>   buildWith: builder
>   
> +     ^ self
> +         buildWith: builder
> +         in: (self buildWindowWith: builder)
> +         rect: (0 at 0 extent: 1 at 1)!
> -     ^ builder build:
> -         (self
> -             buildWith: builder
> -             in: (self buildWindowWith: builder)
> -             rect: (0 at 0 extent: 1 at 1))!
> 
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220407/f827c3eb/attachment.html>


More information about the Squeak-dev mailing list