<div dir="ltr"><div dir="ltr">Hi Levente,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 7, 2019 at 2:47 PM Levente Uzonyi <<a href="mailto:leves@caesar.elte.hu">leves@caesar.elte.hu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">On Mon, 7 Oct 2019, <a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a> wrote:<br>
<br>
> Eliot Miranda uploaded a new version of ShoutCore to project The Trunk:<br>
> <a href="http://source.squeak.org/trunk/ShoutCore-eem.75.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/trunk/ShoutCore-eem.75.mcz</a><br>
><br>
> ==================== Summary ====================<br>
><br>
> Name: ShoutCore-eem.75<br>
> Author: eem<br>
> Time: 7 October 2019, 12:10:14.151324 pm<br>
> UUID: c899dcab-f05f-48a5-b7e8-e1b442163e6a<br>
> Ancestors: ShoutCore-ct.74<br>
><br>
> Make sure SHParserST80's source is a string.  various malfunctions can occur if it is a text.<br>
<br>
The type information in the variable name was correct. Shout was never <br>
intended to work with Text objects. I see where those Text objects got <br>
into the parser, so if you don't mind, I'll revert this and fix the place <br>
that started introducing Texts as source.<br></blockquote><div><br></div><div>No problem.  I didn't spot where the bug was so just hacked a fix.  Apologies.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<br>
Levente<br>
<br>
><br>
> =============== Diff against ShoutCore-ct.74 ===============<br>
><br>
> Item was changed:<br>
>  ----- Method: SHParserST80>>source: (in category 'accessing') -----<br>
> + source: aStringOrText<br>
> - source: aString<br>
> <br>
> +     source := aStringOrText asString!<br>
> -     source := aString<br>
> -     !<br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div></div>