Hi all,<br>
<br>
I don't understand this. After scanning a - rather fresh - trunk image for changes in the MC browser, this method was displayed as removed again. Did anyone else experience similar problems? Under which circumstances should a standard query be in the Systems or in the Autogenerated package?<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 2021-11-22T15:03:40+00:00, commits@source.squeak.org wrote:<br>
<br>
> Christoph Thiede uploaded a new version of System to project The Trunk:<br>
> http://source.squeak.org/trunk/System-ct.1242.mcz<br>
> <br>
> ==================== Summary ====================<br>
> <br>
> Name: System-ct.1242<br>
> Author: ct<br>
> Time: 3 October 2021, 3:03:42.480874 pm<br>
> UUID: 65b8dbdb-0855-2440-bec4-b96c5d72468a<br>
> Ancestors: System-mt.1241<br>
> <br>
> Adds missing standard query to Preferences.<br>
> <br>
> =============== Diff against System-mt.1241 ===============<br>
> <br>
> Item was added:<br>
> + ----- Method: Preferences class>>allowEtoyUserCustomEvents (in category 'standard queries') -----<br>
> + allowEtoyUserCustomEvents<br>
> +     ^ self<br>
> +         valueOfFlag: #allowEtoyUserCustomEvents<br>
> +         ifAbsent: [false]!<br>
> <br>