<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        
                                        
                                            
                                        
                                        
                                        Well, in the update map "update-mt.446.mcm", which I made for the literalsDo-Refactoring step 1 of 3, I mixed up the order of <div><br></div><div>60Deprecated-mt.38 (deprecates #internCharacter:)</div><div>Collections-mt.841 (actually Collections-mt.840 that stops using #internCharacter:)</div><div><br></div><div>So, I corrected that update map. Still not working.</div><div><br></div><div>Unfortunately, "mcPreload" treats methods that got moved between packages, including that #internCharacter:. So, that method get's deprecated before all sends can be updated.</div><div><br></div><div>Btw: This has happened with all our deprecations in the past. This means that we should create a new update map *before* committing changes to "60Deprecated"... did we do that in the past?</div><div><br></div><div>Best,</div><div>Marcel</div><div><br></div><div>P.S.: There are post-load scripts that enable deprecation warnings again. So, if you cannot update your Trunk image, disable those warnings via preferences or here:</div><div><br></div><div>MCMcmUpdater >> #updateFromRepository</div><div><br></div><div>   ...</div><div>   updateList do: [:assoc |</div><div>      <span style="font-size: 10pt;line-height: 1.5">Deprecation showDeprecationWarnings: false.</span></div><div><span style="font-size: 10pt;line-height: 1.5">      ...</span></div><div><span style="font-size: 10pt;line-height: 1.5">      </span>Deprecation showDeprecationWarnings: false.</div><div>   ] displayingProgress: ...</div><div>...</div><div><br></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 17.07.2019 15:21:53 schrieb Marcel Taeumel <marcel.taeumel@hpi.de>:</p><div style="font-family:Arial,Helvetica,sans-serif"><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        
                                        
                                            
                                        
                                        
                                        Hi, there.<div class="mb_sig"></div>
                                        
                                        <div><br></div><div>as of today, this change causes update troubles. I have no idea why. Has been working fine during the last 5 days. See <a href="http://files.squeak.org/5.3alpha/">http://files.squeak.org/5.3alpha/</a>.</div><div><br></div><div>Something started (indirectly) sending <span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px;line-height: 19.5px">Symbol class>>internCharacter: during the updates. I am still investigating.</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px;line-height: 19.5px"><br></span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px;line-height: 19.5px">Best,</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px;line-height: 19.5px">Marcel</span></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 12.07.2019 08:39:37 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:<br>http://source.squeak.org/trunk/60Deprecated-mt.38.mcz<br><br>==================== Summary ====================<br><br>Name: 60Deprecated-mt.38<br>Author: mt<br>Time: 12 July 2019, 8:39:34.417612 am<br>UUID: f25adf3c-1f60-5749-aada-72ceed6de84c<br>Ancestors: 60Deprecated-mt.37<br><br>Complements Collections-mt.840.<br><br>=============== Diff against 60Deprecated-mt.37 ===============<br><br>Item was added:<br>+ ----- Method: Symbol class>>internCharacter: (in category '*60Deprecated-instance creation') -----<br>+ internCharacter: aCharacter<br>+ <br>+      self deprecated: 'Use #intern: instead. There is no special table for one-character symbols anymore'.<br>+        ^ self intern: aCharacter asString!<br><br><br></div></blockquote></div></div></blockquote></div>