[squeak-dev] Getting from GitBrowser to the System Browser

gettimothy gettimothy at zoho.com
Sat Oct 3 16:26:29 UTC 2020


Tom,

Thank you very much for your work.

Is this in support of Jakob's pull request? i.e. are you two working together?

How should I proceed from here? Pull from your repo?


cheers,

t


---- On Sat, 03 Oct 2020 10:49:20 -0400 Tom Beckmann <mailto:tomjonabc at gmail.com> wrote ----


Hi timothy,

(you'll probably be seeing this mail twice, my first attempt bounced on the ML because my mail address had changed, sorry!)



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:
 - The error you just mentioned [1]
 - Monticello was not strict enough with matching MCReader capabilities [2]
 - The Geometry package used in Roassal uses Unicode symbols in their code, which is not supported in Squeak [3]
 
 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.
 
 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:
 
 Metacello new
     baseline: 'Roassal3';
     repository: 'github://tom95/Roassal3';
     load.
 
 Best,
 Tom
 
 [1] https://github.com/squeak-smalltalk/squeak-tonel/pull/5
 [2] http://forum.world.st/The-Inbox-Monticello-tobe-729-mcz-td5122924.html
 [3] https://github.com/tom95/Geometry/commit/5e7e1fa89bbd699baf41066e33d6242730d4766c
 [4] https://github.com/tom95/Roassal3





On Sat, Oct 3, 2020 at 4:38 PM gettimothy via Squeak-dev <mailto:squeak-dev at lists.squeakfoundation.org> wrote:



Thank you.
 
 
 If you are interested, I will be figuring out Pillar with this github stuff and getting the beginnings of some books up on http://squeakbooks.org*
 
 I will be documenting these steps in a booklet.
 
 This squot/git stuff will both be used and the subject of that booklet.
 
 good stuff.
 
 thanks for your work.
 
 
 
 
 *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.
 
 
 
 
 
 
---- On Sat, 03 Oct 2020 10:32:02 -0400 Jakob Reschke <mailto:forums.jakob at resfarm.de> wrote ----


I am in the middle of integrating a pull request to solve this bug in
 squeak-tonel. :-)
 
 
 
 --
 Sent from: http://forum.world.st/Squeak-Dev-f45488.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20201003/6fcbc3a7/attachment.html>


More information about the Squeak-dev mailing list