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-gtinspec...
----- 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.
Bump :)
Sean P. DeNigris wrote
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-gtinspec...
----- Cheers, Sean -- View this message in context: http://forum.world.st/Pillar-in-GT-tp4819679p4820194.html Sent from the Moose mailing list archive at Nabble.com.
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 sean@clipperadams.com wrote:
Bump :)
Sean P. DeNigris wrote
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-gtinspec...
Cheers, Sean -- View this message in context: http://forum.world.st/Pillar-in-GT-tp4819679p4820194.html Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Tudor Girba-2 wrote
It should work now.
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 -- View this message in context: http://forum.world.st/Pillar-in-GT-tp4819679p4820456.html Sent from the Moose mailing list archive at Nabble.com.
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 sean@clipperadams.com wrote:
Tudor Girba-2 wrote
It should work now.
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 -- View this message in context: http://forum.world.st/Pillar-in-GT-tp4819679p4820456.html Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
" OrderedDictionary You must resolve these dependencies before you will be able to load these definitions: fromSton: stonOn:"
Looks like an 5.0 vs 5.1 issue
2015-04-18 23:41 GMT+02:00 Tudor Girba tudor@tudorgirba.com:
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 sean@clipperadams.com wrote:
Tudor Girba-2 wrote
It should work now.
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 -- View this message in context: http://forum.world.st/Pillar-in-GT-tp4819679p4820456.html Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow"
Moose-dev mailing list Moose-dev@iam.unibe.ch 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 nicolaihess@web.de wrote:
" OrderedDictionary You must resolve these dependencies before you will be able to load these definitions: fromSton: stonOn:"
Looks like an 5.0 vs 5.1 issue
2015-04-18 23:41 GMT+02:00 Tudor Girba tudor@tudorgirba.com:
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 <sean@clipperadams.com
wrote:
Tudor Girba-2 wrote
It should work now.
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 -- View this message in context: http://forum.world.st/Pillar-in-GT-tp4819679p4820456.html Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow"
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Tudor Girba-2 wrote
How did you load?
I used the much longer script from your blog post (http://www.humane-assessment.com/blog/writing-pillar-books-with-the-gtinspec...), which recommends evaluating it in Moose 5.0. Your new script seems to work in Moose 5.1. Thanks!
----- Cheers, Sean -- View this message in context: http://forum.world.st/Pillar-in-GT-tp4819679p4820466.html Sent from the Moose mailing list archive at Nabble.com.
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 sean@clipperadams.com wrote:
Tudor Girba-2 wrote
How did you load?
I used the much longer script from your blog post ( http://www.humane-assessment.com/blog/writing-pillar-books-with-the-gtinspec... ), which recommends evaluating it in Moose 5.0. Your new script seems to work in Moose 5.1. Thanks!
Cheers, Sean -- View this message in context: http://forum.world.st/Pillar-in-GT-tp4819679p4820466.html Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch 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 stephan@stack.nl wrote:
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 Moose-dev@iam.unibe.ch 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:
What does not work?
Doru
On Sun, Apr 19, 2015 at 2:00 PM, Stephan Eggermont <stephan@stack.nl mailto:stephan@stack.nl> wrote:
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 Moose-dev@iam.unibe.ch <mailto:Moose-dev@iam.unibe.ch> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com http://www.tudorgirba.com
"Every thing has its own flow"
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
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-gtinspec...
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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev