Download instruction on the moose website
by Alexandre Bergel
Hi!
The moose instruction are:
Moose 6.0 development image
Download the Moose 6.0 image <https://ci.inria.fr/moose/job/moose-6.0/lastSuccessfulBuild/artifact/moos...>.
Run it with the Pharo Virtual Machine <http://pharo.org/download>.
It would be great to have a link about the source:
http://files.pharo.org/get-files/40/sources.zip
Doru, can you up update the website? It would be useful
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
7 years, 5 months
Glamour-Roassal2-Presentations
by Alexandre Bergel
hi!
I have just downloaded the last moose 6.0. The package :
Glamour-Roassal2-Presentations-AlexandreBergel.41
is not loaded. Any idea why?
It would be great to have it loaded since it removes some deprecated calls…
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
7 years, 5 months
updating Roassal view
by Usman Bhatti
Hi Alex,
While generating a visualization with Telescope, I saw that sending
signalUpdate to RTView does not suffice in some cases to correctly update
the visualization. Once needs to adjust the camera position was well.
Will it not be judicious to create a method on RTView that does both e.g.
RTView>>updateAndAdjustCamera
self canvas camera focusOnCenter.
self canvas signalUpdate
Instead of people doing it manually.
regards.
7 years, 5 months
exporting method categories
by Usman Bhatti
Hi,
I added pragmas to export/import correctly method categories in
FAMIXMethod. Is it ok to update
ConfigurationOfMoose>>version51: to load this fix?
i.e. replacing
'Famix-Smalltalk-VincentBlondeau.66';
with:
Famix-Smalltalk-usmanbhatti.67
usman
7 years, 5 months
FAMIXJavaPrintVisitor missing
by Andrei Chis
Hi,
FAMIXJavaPrintVisitor is not present in the image which makes some tests
fail.
It was added in Famix-Java-synectique.87 but then removed
in Famix-Java-vincentBlondeau.88.
I added it back in Famix-Java-AndreiChis.89, but even if Monticello shows
that the latest package is
loaded, FAMIXJavaPrintVisitor is still missing.
Any idea what is going ok?
Cheers,
Andrei
7 years, 5 months
#gtExampleFrom: deprecated
by Alexandre Bergel
Hi!
This method is deprecated. But it apparently has some senders in the last moose image. This makes Spotter raises en exception.
The class side of Dictionary uses this selector.
Can someone fix this? This is important
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
7 years, 5 months
Custom type inference and RoelTyper
by Peter Uhnak
Hi,
Moose/FAMIX uses RoelTyper for type inference, how this does not seem to be maintained (last version 2013), and for my purposes is lacking.
So do we have something more advanced, even at the expense of speed?
Other alternative would be to either extend RoelTyper or write something custom that would be ran alongside RoelTyper.
Examples of such extensions would be extracting the type from meta-annotations and the actual argument names. (e.g. if an argument is named aString, I can safely assume that it will be String).
Thanks,
Peter
7 years, 5 months