<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        I think we should file-in Patrick's change set about that matter instead:<div><a href="http://forum.world.st/The-Trunk-Collections-pre-822-mcz-td5097223.html">http://forum.world.st/The-Trunk-Collections-pre-822-mcz-td5097223.html</a></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 22.09.2019 01:52:34 schrieb Levente Uzonyi <leves@caesar.elte.hu>:</p><div style="font-family:Arial,Helvetica,sans-serif">On Sat, 21 Sep 2019, Thiede, Christoph wrote: <br> <br>>  <br>> By the way, when moving methods from package A to B, does the order of involved commits matter to you? <br> <br>The updater should handle that once both versions are in the Trunk, but  <br>I'd upload the package with the addition first. <br> <br>Levente <br> <br>>  <br>> __________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________ <br>> Von: Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org> <br>> Gesendet: Samstag, 21. September 2019 19:36:47 <br>> An: squeak-dev@lists.squeakfoundation.org <br>> Betreff: [squeak-dev] The Inbox: Collections-ct.853.mcz   <br>> A new version of Collections was added to project The Inbox: <br>> http://source.squeak.org/inbox/Collections-ct.853.mcz <br>>  <br>> ==================== Summary ==================== <br>>  <br>> Name: Collections-ct.853 <br>> Author: ct <br>> Time: 21 September 2019, 7:36:40.443935 pm <br>> UUID: 627a4e03-54a2-9245-899e-62e983669d25 <br>> Ancestors: Collections-mt.851 <br>>  <br>> Move #asSimpleSetter from MorphicExtras to Collections (step 2/2) and supplement it by #asSimpleGetter <br>>  <br>> Complements MorphicExtras-ct.261 <br>>  <br>> =============== Diff against Collections-mt.851 =============== <br>>  <br>> Item was added: <br>> + ----- Method: Symbol>>asSimpleGetter (in category 'converting') ----- <br>> + asSimpleGetter <br>> + <br>> +        self numArgs isZero ifTrue: [^ self]. <br>> +        self numArgs > 1 ifTrue: [self error: 'Cannot convert complex selector to getter']. <br>> +        ^ self allButLast asSymbol! <br>>  <br>> Item was added: <br>> + ----- Method: Symbol>>asSimpleSetter (in category 'converting') ----- <br>> + asSimpleSetter <br>> +        ^ (self, ':') asSymbol! <br>>  <br>>  <br>>  <br>><br></commits@source.squeak.org></squeak-dev-bounces@lists.squeakfoundation.org></div></blockquote>
                                        </div></body>