Administrator
|
Following the installation instructions [1] in Moose 5.0 downloaded via Pharo Launcher, I got:
Warning: This package depends on the following classes: PRExportConfiguration You must resolve these dependencies before you will be able to load these definitions: gtInspectorInputFilesIn: [1] http://www.humane-assessment.com/blog/writing-pillar-books-with-the-gtinspector/
Cheers,
Sean |
Administrator
|
Bump :)
Cheers,
Sean |
Hi, Pillar underwent some refactorings and one class extension had to be moved. It should work now. Cheers, Doru On Fri, Apr 17, 2015 at 1:49 PM, Sean P. DeNigris <[hidden email]> wrote: Bump :) _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Administrator
|
Now... Warning: This package depends on the following classes: OrderedDictionary You must resolve these dependencies before you will be able to load these definitions: fromSton: stonOn:
Cheers,
Sean |
How did you load? I used this: Gofer new smalltalkhubUser: 'Pier' project: 'Pillar'; configuration; loadStable. Gofer new smalltalkhubUser: 'Moose' project: 'GToolkit'; package: 'GT-InspectorExtensions-Pillar'; load. Cheers, Doru On Sat, Apr 18, 2015 at 11:19 PM, Sean P. DeNigris <[hidden email]> wrote: Tudor Girba-2 wrote _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
" OrderedDictionary Looks like an 5.0 vs 5.1 issueYou must resolve these dependencies before you will be able to load these definitions: fromSton: stonOn:" 2015-04-18 23:41 GMT+02:00 Tudor Girba <[hidden email]>:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
I am loading in a Pharo 4.0. Doru On Sun, Apr 19, 2015 at 12:13 AM, Nicolai Hess <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Administrator
|
In reply to this post by Tudor Girba-2
I used the much longer script from your blog post (http://www.humane-assessment.com/blog/writing-pillar-books-with-the-gtinspector), which recommends evaluating it in Moose 5.0. Your new script seems to work in Moose 5.1. Thanks!
Cheers,
Sean |
That is because island parsing is now part of the PetitParser version which is loaded in Moose 5.1. Cheers, Doru On Sun, Apr 19, 2015 at 2:09 AM, Sean P. DeNigris <[hidden email]> wrote: Tudor Girba-2 wrote _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Tudor Girba-2
On 18/04/15 22:46, Tudor Girba wrote: > Pillar underwent some refactorings and one class extension had to be > moved. It should work now. Well, nearly. The refactorings are not complete, as they broke Pier Stephan _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
What does not work? Doru On Sun, Apr 19, 2015 at 2:00 PM, Stephan Eggermont <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
#parameterAt:ifPresent: is missing in PRValueLink
Probably trivial for the one who made the refactorings. Stephan On 19/04/15 14:58, Tudor Girba wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Sean P. DeNigris
Hi Sean,
About writing documentation insde Pharo using glamorous toolkit, I have made a small alpha project, called grafoscopio[1] that makes that, but it has an alternative approach to Pillar. The document is an interactive tree which lives inside the image and exports to file system to create html, latex and pdf (via pandoc[2]). You can see a demo video at [3] [1] http://smalltalkhub.com/#!/~Offray/Grafoscopio [2] http://pandoc.org/ [3] https://archive.org/details/gfcp-alpha-saving-playgrounds-1.mp4 May be you can take a look at it to see if helps you in any way or to comment Cheers, Offray El 15/04/15 a las 07:44, Sean P. DeNigris escribió: > Following the installation instructions [1] in Moose 5.0 downloaded via Pharo > Launcher, I got: > Warning: This package depends on the following classes: > PRExportConfiguration > You must resolve these dependencies before you will be able to load these > definitions: > gtInspectorInputFilesIn: > > [1] > http://www.humane-assessment.com/blog/writing-pillar-books-with-the-gtinspector/ > > > > ----- > Cheers, > Sean > -- > View this message in context: http://forum.world.st/Pillar-in-GT-tp4819679.html > Sent from the Moose mailing list archive at Nabble.com. > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |