<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        > <span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">isOrdered := isOrdered or: [self class isAlwaysOrdered]</span><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px"><br></span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Hmpf. That was just a workaround. Let's not escalate that to something like #isAlwaysOrdered. Let's just remove that isOrdered workaround and go back to OrderedCollection again... at least for 6.1alpha.</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px"><br></span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Best,</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Marcel</span></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 04.08.2022 13:42:52 schrieb Stéphane Rollandin <lecteur@zogotounga.net>:</p><div style='font-family:Arial,Helvetica,sans-serif'>Le 04/08/2022 à 12:40, Marcel Taeumel a écrit :<br>> Hi Stef --<br>> <br>> We cannot remove that method because Tim changed the OrderedCollection <br>> to Set in 2020 in the superclass, which Eliot then fixed <br>> RecentMessageSet to retain the incoming order.<br><br>Another idea: there is already a isOrdered test in <br>MessageSet>>#initializeMessageList:<br><br>We could just add a query to the class itself, like so:<br><br> isOrdered := (anArray size > 1<br>             and: [anArray second isMethodReference]<br>               and: [anArray second stringVersion first = Character space]).<br> <br>      isOrdered := isOrdered or: [self class isAlwaysOrdered]<br><br>and then implement #isAlwaysOrdered in MessageSet class (returning <br>false) and in RecentMessageSet (returning true).<br><br><br>Stef<br><br></div></blockquote>
                                        </div></body>