<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        :-)<div><br></div><div>+1 for deprecating it somehow</div><div>-1 for using #deprecated: (also for the sake of backwards compatibility in other projects)</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div>
                                        <blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 13.04.2021 12:20:45 schrieb Nicolas Cellier <nicolas.cellier.aka.nice@gmail.com>:</p><div style="font-family:Arial,Helvetica,sans-serif">It's in the inbox precisely for discussion :)<br><br>Le mar. 13 avr. 2021 à 12:13, Marcel Taeumel <marcel.taeumel@hpi.de> a écrit :<br>><br>> Hi Nicolas,<br>><br>> actually deprecating Symbol API is often dangerous. Especially since Monticello installs moved methods before other changes. I vote for "self flag: #deprecated" or an extra checkpoint in Squeak's update map.<br>><br>> Best,<br>> Marcel<br>><br>> Am 13.04.2021 12:10:22 schrieb commits@source.squeak.org <commits@source.squeak.org>:<br>><br>> Nicolas Cellier uploaded a new version of 60Deprecated to project The Inbox:<br>> http://source.squeak.org/inbox/60Deprecated-nice.94.mcz<br>><br>> ==================== Summary ====================<br>><br>> Name: 60Deprecated-nice.94<br>> Author: nice<br>> Time: 13 April 2021, 12:10:09.32989 pm<br>> UUID: 2efd14b2-b4f1-3247-848e-c5f8f0ef9ced<br>> Ancestors: 60Deprecated-dtl.93<br>><br>> Deprecate Symbol findInterned: aString in favour of lookup:<br>><br>> BEWARE: #findInterned: is an old dialect that might still be used by a Number of external packages, including refactoring browser.<br>><br>> This must be discussed.<br>><br>> =============== Diff against 60Deprecated-dtl.93 ===============<br>><br>> Item was added:<br>> + ----- Method: Symbol class>>findInterned: (in category '*60Deprecated-instance creation') -----<br>> + findInterned: aString<br>> +<br>> + self deprecated: 'Use #lookup: instead.'.<br>> + ^ self lookup: aString!<br>><br>><br>><br><br></commits@source.squeak.org></marcel.taeumel@hpi.de></div></blockquote></div>