Merged via Morphic-ct.1945.<br>
<br>
Best,<br>
Christoph<br>
<br>
<font color="#808080">---<br>
</font><font color="#808080"><i>Sent from </i></font><font color="#808080"><i><a href="https://github.com/hpi-swa-lab/squeak-inbox-talk"><u><font color="#808080">Squeak Inbox Talk</font></u></a></i></font><br>
<br>
On 2022-02-28T09:21:08+01:00, marcel.taeumel@hpi.de wrote:<br>
<br>
> +1<br>
> Am 26.02.2022 22:22:40 schrieb Thiede, Christoph <christoph.thiede at student.hpi.uni-potsdam.de>:<br>
> <br>
> Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von Thiede, Christoph<br>
> Gesendet: Samstag, 26. Februar 2022 22:20:04<br>
> An: squeak-dev at lists.squeakfoundation.org<br>
> Betreff: [squeak-dev] Review Request: SparseLargeTable explorerContents.1.cs<br>
>  <br>
> Depends on: Review Request: SparseLargeTable enumerate+tests.1.cs [http://lists.squeakfoundation.org/pipermail/squeak-dev/2022-February/219294.html]<br>
> See also: Review Request: Bag-explorer & RunArray-explorer [http://lists.squeakfoundation.org/pipermail/squeak-dev/2022-February/218985.html]<br>
> <br>
> Best,<br>
> Christoph<br>
> <br>
> =============== Summary ===============<br>
> <br>
> Change Set:        SparseLargeTable explorerContents<br>
> Date:            26 February 2022<br>
> Author:            Christoph Thiede<br>
> <br>
> This changeset revises the ObjectExplorer representation of SparseLargeTables/SparseLargeArrays by only displaying non-default values next to the defaultValue variable. Depends on SparseLargeTable enumerate+tests.1.cs.<br>
> <br>
> =============== Diff ===============<br>
> <br>
> SparseLargeTable>>explorerContents {*Morphic-Explorer} · ct 2/26/2022 21:49<br>
> + explorerContents<br>
> +<br>
> +     ^ Array streamContents: [:stream |<br>
> +         stream nextPut: (ObjectExplorerWrapper<br>
> +             with: defaultValue<br>
> +             name: 'defaultValue'<br>
> +             model: self).<br>
> +         self sparseElementsAndIndicesDo: [:element :index |<br>
> +             stream nextPut: (ObjectExplorerWrapper<br>
> +                 with: element<br>
> +                 name: index printString<br>
> +                 model: self)]]<br>
> <br>
> ---<br>
> Sent from Squeak Inbox Talk [https://github.com/hpi-swa-lab/squeak-inbox-talk]<br>
> ["SparseLargeTable explorerContents.1.cs"]<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220228/2203a4a7/attachment-0001.html><br>
> -------------- next part --------------<br>
> A non-text attachment was scrubbed...<br>
> Name: pastedImage.png<br>
> Type: image/png<br>
> Size: 99588 bytes<br>
> Desc: not available<br>
> URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220228/2203a4a7/attachment-0001.png><br>
> <br>