Hi guys - I was really amazed by the advances I saw being made in Moose at ESUG and so I’ve downloaded the latest 2292 image (using Pharo Launcher) to give things a spin.
Can I first check that this is the image I should use? I checked out the stable 4.9 version - but it doesn’t seem to have the playground that I observed people using at ESUG and seemed slicker? I should also say that I don’t mind if its a bit wobbly, as I figure I might as well help test the latest version.
Assuming this is the right version - I notice that on OSX when I press Shift-Enter (to spotlight search code), it doesn’t give me any auto-completed items like it does in Pharo (e.g. Typing “Order” doesn’t start showing any classes). I noticed this was broken in a version I downloaded at ESUG as well, so I took the latest just to check.
Tim
Hi Jan,
Would it be possible to clean PP-Islands so that it can be loaded together
with the rest of PetitParser? I would like to integrate it in the main
distribution because it is too cool :)
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi.
as far as I understand Spec binding from Roassal 2 was removed from the current configuration. Should I explicitly add it to my project as package? Or there are other plans?
Uko
Hi,
is blueprint diagram only available in moose panel? Because I want to use it outside of Moose, so I wander if there is some Roassal builder for that.
Uko
Hi,
I tried to load inti profiler, but without success:
Gofer new smalltalkhubUser: 'azazael'
project: 'inti';
package: 'ConfigurationOfInti';
load.
(Smalltalk at: #ConfigurationOfInti) load.
When I run "IntiExamples new openExample" I got an error:
MessageNotUnderstood: receiver of "initializeElement:" is nil
(more in the end of the email).
I tried pharo 3, moose 5 and moose 4.9. None of these were without errors.
What am I missing?
Cheers,
Jan
THERE_BE_DRAGONS_HERE
MessageNotUnderstood: receiver of "initializeElement:" is nil
31 August 2014 12:53:37.167557 pm
VM: unix - i686 - linux-gnu - NBCoInterpreter
NativeBoost-CogPlugin-GuillermoPolito.19 uuid:
acc98e51-2fba-4841-a965-2975997bba66 May 6 2014
NBCogit NativeBoost-CogPlugin-GuillermoPolito.19 uuid:
acc98e51-2fba-4841-a965-2975997bba66 May 6 2014
https://github.com/pharo-project/pharo-vm.git Commit:
ef5832e6f70e5b24e8b9b1f4b8509a62b6c88040 Date: 2014-01-26 15:34:28 +0100
By: Esteban Lorenzano <estebanlm(a)gmail.com> Jenkins build #14794
Image: Pharo3.0 [Latest update: #30856]
UndefinedObject(Object)>>doesNotUnderstand: #initializeElement:
Receiver: nil
Arguments and temporary variables:
aMessage: initializeElement: a RTElement
exception: MessageNotUnderstood: receiver of
"initializeElement:" is nil
resumeValue: nil
Receiver's instance variables:
nil
RTElement(RTAnnounceableObject)>>addInteraction:
Receiver: a RTElement
Arguments and temporary variables:
anInteractionClassOrInstance: nil
Receiver's instance variables:
announcer: an Announcer
shape: a RTArc
trachelShape: a TRArcShape
attributes: a Dictionary(#sbChildren->an OrderedCollection(a
RTNode<nil(ROMondr...etc...
view: nil
model: nil(IntiExamples) >> openExample
isFixed: false
connectedEdges: nil
RTElement(RTAnnounceableObject)>>@
Receiver: a RTElement
Arguments and temporary variables:
anInteractionClassOrInstance: nil
Receiver's instance variables:
announcer: an Announcer
shape: a RTArc
trachelShape: a TRArcShape
attributes: a Dictionary(#sbChildren->an OrderedCollection(a
RTNode<nil(ROMondr...etc...
view: nil
model: nil(IntiExamples) >> openExample
isFixed: false
connectedEdges: nil
[ :i | el @ i ] in RTSunburstNodeVisitor>>createArc
Receiver: a RTSunburstNodeVisitor
Arguments and temporary variables:
el: a RTElement
arc: a RTArc
auxArc: 360
auxRadius: 45
i: nil
Receiver's instance variables:
arcs: an OrderedCollection()
lines: an OrderedCollection()
node: a RTNode<nil(IntiExamples) >> openExample>
builder: a RTSunburstBuilder
radialSpacing: 5
angularSpacing: 0
interactions: an OrderedCollection(RTPopup nil MTInteraction)
weightBlock: [ :n | 1 ]
OrderedCollection>>do:
Receiver: an OrderedCollection(RTPopup nil MTInteraction)
Arguments and temporary variables:
aBlock: [ :i | el @ i ]
index: 2
Receiver's instance variables:
array: {RTPopup. nil. MTInteraction. nil. nil. nil. nil. nil.
nil. nil}
firstIndex: 1
lastIndex: 3
RTSunburstNodeVisitor>>createArc
Receiver: a RTSunburstNodeVisitor
Arguments and temporary variables:
el: a RTElement
arc: a RTArc
auxArc: 360
auxRadius: 45
Receiver's instance variables:
arcs: an OrderedCollection()
lines: an OrderedCollection()
node: a RTNode<nil(IntiExamples) >> openExample>
builder: a RTSunburstBuilder
radialSpacing: 5
angularSpacing: 0
interactions: an OrderedCollection(RTPopup nil MTInteraction)
weightBlock: [ :n | 1 ]
Hi!
Currently, the GTDebugger does not work well to see evolution of a RTView.
Consider the video:
https://dl.dropboxusercontent.com/u/31543901/TMP/RequestForFeature.mov
When I do the over operation, I still want to see the view displayed. And not inspecting the context.
That would be awesome!
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
I'm trying to load the GT Inspector and debugger from following instructions found at http://www.humane-assessment.com/blog/the-moldable-gtinspector-deconstructe… :
Gofer new
url: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main';
configuration;
load.
(Smalltalk globals at: #ConfigurationOfGToolkit) loadDevelopment.
(Smalltalk globals at: #GTInspector) registerToolsOn: Smalltalk tools.
(Smalltalk globals at: #GTDebugger) registerToolsOn: Smalltalk tools.
I then got this error. Is there something missing in the configuration?
This package depends on the following classes:
GLMBrowserTemplate
You must resolve these dependencies before you will be able to load these definitions:
GLMParameterizableExamplesBrowser
buildBrowser
compose
exampleIn:
exampleListIn:
exampleSelectorsFromClass:
installTitle
renderedExampleIn:
Regards,
Christophe.