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

Marcel Taeumel marcel.taeumel at hpi.de
Thu Apr 7 14:29:30 UTC 2022


With great power comes great responsibility. ;-) And there is a difference between personal project and framework/platform. The latter should not rely on such shenanigans.

Best,
Marcel
Am 07.04.2022 16:00:05 schrieb christoph.thiede at student.hpi.uni-potsdam.de <christoph.thiede at student.hpi.uni-potsdam.de>:
> 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 [https://github.com/hpi-swa-lab/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/33d5bec9/attachment.html>


More information about the Squeak-dev mailing list