<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Nicolas,<div><br></div><div>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.</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;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 13.04.2021 12:10:22 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style='font-family:Arial,Helvetica,sans-serif'>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></div></blockquote>
                                        </div></body>