<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        +1 for this feature-freeze compatible feature. ;-P<div><br></div><div><span style="font-size: 10pt">Best,</span><br></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 04.01.2020 22:50:11 schrieb Chris Muller <asqueaker@gmail.com>:</p><div style="font-family:Arial,Helvetica,sans-serif">
<div dir="ltr">+1   The purpose of feature freeze is to reduce risk, so if we feel comfortable enough about a change being functionally non-impactful, IMO, it seems fine to let it in the release.  This seems pretty cut 'n' dry safe to me, nice catch Fabio.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 3, 2020 at 5:43 PM Fabio Niephaus <<a href="mailto:lists@fniephaus.com" target="_blank">lists@fniephaus.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi Levente,</div><div dir="ltr"><br></div><div dir="ltr">On Fri, Jan 3, 2020 at 11:55 PM Levente Uzonyi <<a href="mailto:leves@caesar.elte.hu" target="_blank">leves@caesar.elte.hu</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">It's a nice improvement, but isn't it feature freeze with "only bugfixes, <br>
but no new features"?<br></blockquote><div><br></div><div>I was considering this one a performance bugfix, not a new feature. Not sure how we treated these simple cases in the past.</div><div><br></div><div>Fabio</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Levente<br>
<br>
On Fri, 3 Jan 2020, <a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a> wrote:<br>
<br>
> Fabio Niephaus uploaded a new version of Collections to project The Trunk:<br>
> <a href="http://source.squeak.org/trunk/Collections-fn.869.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/trunk/Collections-fn.869.mcz</a><br>
><br>
> ==================== Summary ====================<br>
><br>
> Name: Collections-fn.869<br>
> Author: fn<br>
> Time: 3 January 2020, 10:27:08.945712 am<br>
> UUID: c29ef38b-f152-468e-bac9-74515c099ac4<br>
> Ancestors: Collections-nice.868<br>
><br>
> Add quick-check for identity to String>>sameAs: (similar to Character>>sameAs:).<br>
><br>
> Example:<br>
> [MenuIcons smallInspectItIconContents sameAs: MenuIcons smallInspectItIconContents] bench<br>
><br>
> Before:<br>
> 1,740,000 per second. 574 nanoseconds per run. 0 % GC time.<br>
><br>
> After:<br>
> 94,800,000 per second. 10.5 nanoseconds per run. 0 % GC time.<br>
><br>
> =============== Diff against Collections-nice.868 ===============<br>
><br>
> Item was changed:<br>
>  ----- Method: String>>sameAs: (in category 'comparing') -----<br>
>  sameAs: aString<br>
>       "Answer whether the receiver sorts equal to aString. The<br>
>       collation sequence is ascii with case differences ignored."<br>
> +     self == aString ifTrue: [ ^true ].<br>
>       ^(self compare: aString caseSensitive: false) = 2!<br>
<br>
</blockquote></div></div>
<br>
</blockquote></div>
</div></blockquote>
                                        </div></body>