<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div><div style="font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10.0pt;"><div>Hi,<br></div><div><br></div><div>Thanks.<br></div><div><br></div><div>On a brand new squeak6.0 alpha (easily spun up thanks to the squeak-launcher (:)  <br></div><div>git tools, etc installed via the preference wizard.<br></div><div>BaselineOftonel is in Monticello browser.<br></div><div><br></div><div>I run <br></div><blockquote style="border: 1.0px solid rgb(204,204,204);padding: 7.0px;background-color: rgb(245,245,245);"><div><div>repository: 'github://squeak-smalltalk/squeak-tonel:squeak';<br></div><div>baseline: 'Tonel';<br></div><div>get; load.<br></div></div></blockquote>works fine.<br><br>Open the Git browser, <br><br>Add Roassal3 project.<br><br>RHClick..Add remote copy-n-paste in <br><div class="x_-1958967654zmail_extra"><a href="https://github.com/gettimothy/hello-world.git" target="_blank"></a><a href="https://github.com/tom95/Roassal3" target="_blank">https://github.com/tom95/Roassal3</a><b><br></b><br><br>MNU Text(Object) does not understand #includesSubstring:<br><br>what am I missing?<br><br>thx<br><br><br><br>The MNU again on <br><div id="x_-1958967654Zm-_Id_-Sgn1">---- On Sat, 03 Oct 2020 13:15:11 -0400 <b>Jakob Reschke <<a href="mailto:forums.jakob@resfarm.de" target="_blank">forums.jakob@resfarm.de</a>></b> wrote ----<br></div><br><blockquote style="border-left: 1.0px solid rgb(204,204,204);padding-left: 6.0px;margin: 0.0px 0.0px 0.0px 5.0px;"><div>Hi, <br> <br>Tom provided the fix and the pull request, and I integrated it. So <br>yes, we work together. <br> <br>Now to update an existing installation I suppose one should use Metacello: <br> <br> Metacello new <br> repository: 'github://squeak-smalltalk/squeak-tonel:squeak'; <br> baseline: 'Tonel'; <br> get; load. <br> <br>Kind regards, <br>Jakob <br> <br>Am Sa., 3. Okt. 2020 um 18:26 Uhr schrieb gettimothy <<a href="mailto:gettimothy@zoho.com" target="_blank">gettimothy@zoho.com</a>>: <br>> <br>> <br>> Tom, <br>> <br>> Thank you very much for your work. <br>> <br>> Is this in support of Jakob's pull request? i.e. are you two working together? <br>> <br>> How should I proceed from here? Pull from your repo? <br>> <br>> <br>> cheers, <br>> <br>> t <br>> <br>> <br>> ---- On Sat, 03 Oct 2020 10:49:20 -0400 Tom Beckmann <<a href="mailto:tomjonabc@gmail.com" target="_blank">tomjonabc@gmail.com</a>> wrote ---- <br>> <br>> Hi timothy, <br>> (you'll probably be seeing this mail twice, my first attempt bounced on the ML because my mail address had changed, sorry!) <br>> <br>> after I read yours and Eliot's conversation, I went to try loading Roassal3 to see how our Tonel support is doing. I stumbled over three errors: <br>> - The error you just mentioned [1] <br>> - Monticello was not strict enough with matching MCReader capabilities [2] <br>> - The Geometry package used in Roassal uses Unicode symbols in their code, which is not supported in Squeak [3] <br>> <br>> I then went ahead and tried to adapt things a little and got the result you can see in the attachment. The experiment is found here [4]. I decided to not load Athena at all and started putting together an alternative Balloon backend instead (I am aware that Athena has a Balloon backend as well, the one I found consisted mostly of stubs, however). The resulting quality does not compare with Cairo, of course, but the basics were up and running very quickly. <br>> <br>> In theory, this should give you the working installation, however, packages load out-of-order because I did not manage to the baseline quite right just yet: <br>> <br>> Metacello new <br>>     baseline: 'Roassal3'; <br>>     repository: 'github://tom95/Roassal3'; <br>>     load. <br>> <br>> Best, <br>> Tom <br>> <br>> [1] <a href="https://github.com/squeak-smalltalk/squeak-tonel/pull/5" target="_blank">https://github.com/squeak-smalltalk/squeak-tonel/pull/5</a> <br>> [2] <a href="http://forum.world.st/The-Inbox-Monticello-tobe-729-mcz-td5122924.html" target="_blank">http://forum.world.st/The-Inbox-Monticello-tobe-729-mcz-td5122924.html</a> <br>> [3] <a href="https://github.com/tom95/Geometry/commit/5e7e1fa89bbd699baf41066e33d6242730d4766c" target="_blank">https://github.com/tom95/Geometry/commit/5e7e1fa89bbd699baf41066e33d6242730d4766c</a> <br>> [4] <a href="https://github.com/tom95/Roassal3" target="_blank">https://github.com/tom95/Roassal3</a> <br>> <br>> On Sat, Oct 3, 2020 at 4:38 PM gettimothy via Squeak-dev <<a href="mailto:squeak-dev@lists.squeakfoundation.org" target="_blank">squeak-dev@lists.squeakfoundation.org</a>> wrote: <br>> <br>> <br>> Thank you. <br>> <br>> <br>> If you are interested, I will be figuring out Pillar with this github stuff and getting the beginnings of some books up on squeakbooks.org* <br>> <br>> I will be documenting these steps in a booklet. <br>> <br>> This squot/git stuff will both be used and the subject of that booklet. <br>> <br>> good stuff. <br>> <br>> thanks for your work. <br>> <br>> <br>> <br>> <br>> *Help Browser team...I am confident that an XTreams-Parsing grammar /actor pair can be written to auto-generate HelpBrowser books from the Pillar to the Help Browser. <br>> <br>> <br>> <br>> <br>> <br>> <br>> ---- On Sat, 03 Oct 2020 10:32:02 -0400 Jakob Reschke <<a href="mailto:forums.jakob@resfarm.de" target="_blank">forums.jakob@resfarm.de</a>> wrote ---- <br>> <br>> I am in the middle of integrating a pull request to solve this bug in <br>> squeak-tonel. :-) <br>> <br>> <br>> <br>> -- <br>> Sent from: <a href="http://forum.world.st/Squeak-Dev-f45488.html" target="_blank">http://forum.world.st/Squeak-Dev-f45488.html</a> <br>> <br>> <br>> <br>> <br>> <br>> <br> <br></div></blockquote></div><div><br></div></div></div><div><br></div></div><br></body></html>