<div dir="ltr">Oh, I fixed that in my own images. I'm commiting now.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-12-24 23:24 GMT+01:00 Chris Muller <span dir="ltr"><<a href="mailto:asqueaker@gmail.com" target="_blank">asqueaker@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Eliot, it appears that the MessageTrace is broken, which depends on<br>
the elements being Strings.<br>
<br>
Would you please fix it?<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Tue, Dec 20, 2016 at 4:15 PM,  <<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>> wrote:<br>
> Eliot Miranda uploaded a new version of Tools to project The Trunk:<br>
> <a href="http://source.squeak.org/trunk/Tools-eem.738.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/<wbr>trunk/Tools-eem.738.mcz</a><br>
><br>
> ==================== Summary ====================<br>
><br>
> Name: Tools-eem.738<br>
> Author: eem<br>
> Time: 20 December 2016, 2:15:33.753612 pm<br>
> UUID: 71a932b5-137d-49ba-8db9-<wbr>9bb8e074b37e<br>
> Ancestors: Tools-cmm.737<br>
><br>
> Fix regression in RecentMessages due to Tools-eem.736.  Use MethodReference comparison instead of funky string comparison.<br>
><br>
> =============== Diff against Tools-cmm.737 ===============<br>
><br>
> Item was changed:<br>
>   ----- Method: RecentMessageSet>><wbr>updateListsAndCodeIn: (in category 'update') -----<br>
>   updateListsAndCodeIn: aWindow<br>
> +       self canDiscardEdits ifFalse: [^self].<br>
> +       RecentMessages default isEmpty ifTrue: [^self].<br>
> +       (messageList isEmpty<br>
> +        or: [RecentMessages default mostRecent = messageList first])<br>
> +               ifTrue: [self updateCodePaneIfNeeded]<br>
> +               ifFalse: [self reformulateList]!<br>
> -       | recentFromUtilities |<br>
> -       self canDiscardEdits ifFalse: [ ^ self ].<br>
> -       RecentMessages default isEmpty ifTrue: [ ^ self ].<br>
> -       recentFromUtilities := RecentMessages default mostRecent asString , ' '.<br>
> -       (messageList isEmpty or: [ messageList first asStringOrText asString beginsWith: recentFromUtilities ])<br>
> -               ifTrue: [ self updateCodePaneIfNeeded ]<br>
> -               ifFalse: [ self reformulateList ]!<br>
><br>
><br>
<br>
</div></div></blockquote></div><br></div>