Thank you. Solved via System-ct.1296.<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-01-27T11:06:54+01:00, marcel.taeumel@hpi.de wrote:<br>
<br>
> Hi Christoph --<br>
> <br>
> That's definitely the wrong place. Why should Environment deal with external file storage here? Please use such a cache directly where it is needed such as for "browse my changes". Thanks.<br>
> <br>
> Best,<br>
> Marcel<br>
> Am 27.01.2022 01:46:00 schrieb commits at source.squeak.org <commits at source.squeak.org>:<br>
> A new version of Environments was added to project The Inbox:<br>
> http://source.squeak.org/inbox/Environments-ct.84.mcz<br>
> <br>
> ==================== Summary ====================<br>
> <br>
> Name: Environments-ct.84<br>
> Author: ct<br>
> Time: 27 January 2022, 1:45:50.290256 am<br>
> UUID: 7d378970-f5d8-5242-b813-24773d22d10a<br>
> Ancestors: Environments-ct.83<br>
> <br>
> Accelerates queries like "browse my changes" *significantly*. Is this an appropriate place or should this go into the SystemNavigation instead?<br>
> <br>
> =============== Diff against Environments-ct.83 ===============<br>
> <br>
> Item was changed:<br>
> ----- Method: Environment>>allClassesAndTraitsDo: (in category 'classes and traits') -----<br>
> allClassesAndTraitsDo: aBlock<br>
> + CurrentReadOnlySourceFiles cacheDuring:<br>
> + [declarations keysAndValuesDo:<br>
> + [:key :value |<br>
> + ((value isBehavior) and: [key == value name]) ifTrue:<br>
> + [aBlock value: value]]]!<br>
> - declarations keysAndValuesDo:<br>
> - [:key :value |<br>
> - ((value isBehavior) and: [key == value name]) ifTrue:<br>
> - [aBlock value: value]]!<br>
> <br>
> <br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220127/4f705831/attachment.html><br>
> <br>