<div dir="ltr">HI Tim,<div><br></div><div>That method was an experiment from last year that shouldn't have been part of the release package yet.  Please revert BrpExtensions-cmm.16 back to BrpExtensions-cmm.15 and it'll be gone.  It's not needed by Ma client server.</div><div><br></div><div>I've fixed the SqueakMap entry.  I'll have to research why I thought I wanted to do that later.</div><div><br></div><div>Let me know if you run into any other issues.</div><div><br></div><div> - Chris</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 12, 2019 at 8:11 PM tim Rowledge <<a href="mailto:tim@rowledge.org" target="_blank">tim@rowledge.org</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"><br>
<br>
> On 2019-08-12, at 5:47 PM, Levente Uzonyi <<a href="mailto:leves@caesar.elte.hu" target="_blank">leves@caesar.elte.hu</a>> wrote:<br>
> <br>
> Hi Tim,<br>
> <br>
[snip]<br>
> If MaClientServer implements String >> #asCollection, then that's a mistake, which breaks #,.<br>
<br>
Yeah, probably. I doubt Chris did it capriciously though, so he may have some good reasons.<br>
<br>
> <br>
> I came to the conclusion that without a proper html generator, GoogleWikiCompiler cannot create correct output.<br>
<br>
Oh, well I have just a couple of minutes ago been generating pages that safari is perfectly happy with using <br>
<br>
(GoogleWikiCompiler process: '= *Hello*<br>
_italic stuff_<br>
A link [link]<br>
A longer link to an outside site [foo>http:\\<a href="http://www.foo.com/wibble" rel="noreferrer" target="_blank">www.foo.com/wibble</a>]<br>
<br>
Should be a paragraph break before this. <br>
---<br>
This should     be preformatted ---<br>
* abullet<br>
*  another one<br>
** bullet2<br>
# an unordered list<br>
# a second unordered item<br>
{{{<br>
some code := other}}}<br>
<br>
|| Table header row || second column||<br>
|| 4 || 5 thing ||<br>
') asString <br>
<br>
<br>
> I have attached a version of GoogleWikiCompiler (attached), which uses our internal tool: StreamingHtmlCanvas (also attached) to generate html.<br>
> Yes, that's another dependency, but that's how things go, isn't it? :)<br>
> <br>
> Also, I had to convert the address variable to a string in links actions. I think you've done the same in your image.<br>
<br>
Sounds like it -<br>
GoogleWikiDomNode a<br>
                attributes: { 'href' -> ((address as: String), '.html') };<br>
for example.<br>
<br>
I'll take a look at your changes too. I do wonder how little of the Xtreams package one could load to get a working parser; it doesn't appear to use a lot so far? Adding 4Mb to my image seems a bit much. What other value does Xtreams have?<br>
<br>
tim<br>
--<br>
tim Rowledge; <a href="mailto:tim@rowledge.org" target="_blank">tim@rowledge.org</a>; <a href="http://www.rowledge.org/tim" rel="noreferrer" target="_blank">http://www.rowledge.org/tim</a><br>
Don't document the program; program the document.<br>
<br>
<br>
<br>
</blockquote></div>