[squeak-dev] The Inbox: Tools-ct.1101.mcz

Chris Muller asqueaker at gmail.com
Mon Jan 10 01:34:00 UTC 2022


Hi Christoph,

I like the "Inspector" tools to be as rudimentary as possible so they can
be used with Proxy's better.  At least with Magma's Proxy's anyway (which
don't use the mirror-primitives but the old-school Proxy pattern), when I
have an instance of MyProxy I'm able to inspect it without sending any
provoking messages.  #size is a provoking message.

Explorers and other more snappy tools, on the other hand, already have no
chance to use with Proxys, so might be good to see there.

 - Chris

On Mon, Jan 3, 2022 at 4:16 PM <commits at source.squeak.org> wrote:

> A new version of Tools was added to project The Inbox:
> http://source.squeak.org/inbox/Tools-ct.1101.mcz
>
> ==================== Summary ====================
>
> Name: Tools-ct.1101
> Author: ct
> Time: 3 January 2022, 11:16:09.863397 pm
> UUID: 97ded064-e941-f744-ac9b-642118fe8ef5
> Ancestors: Tools-ct.1100
>
> Proposal: Display the size of a collection in the window label.
>
> =============== Diff against Tools-ct.1100 ===============
>
> Item was added:
> + ----- Method: CollectionInspector>>labelString (in category 'user
> interface - window') -----
> + labelString
> +
> +       ^ '{1} ({2})' translated format: {super labelString. [self object
> size] ifError: ['?']}!
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220109/40bf0cfe/attachment.html>


More information about the Squeak-dev mailing list