Hi
When loading large chunks of code (like Moose), some warnings appear in the Transcript. The problem is the Transcript has a limited size and that with all information dumped into, the first one get lost before we can take a look at them.
Does anyone know a way to capture/redirect the Transcript output to a file, or the output from Compiler (maybe using the requestor parameter?)
--
Simon
Hi,
Over the past week I worked on a new theme for Pharo called the
Glamorous Theme :). The theme is developed in the context of the
Glamour project, and its goal is to create a look that:
- does not look like a specific operating system. In particular, the
icons should be operating system agnostic, because, for example,
people in Windows are confused by the red, yellow, green buttons of
apple.
- uses a limited amount of colors and effects.
It is still work in progress, but you can get the current version by
executing:
Gofer new
squeaksource: 'Glamour';
package: 'Glamour-Morphic-Theme';
load.
GLMUITheme defaultSettings: nil.
GLMUITheme beCurrent.
GLMUITheme setPreferredWorldBackground.
Cheers,
Doru
--
www.tudorgirba.com
"Problem solving efficiency grows with the abstractness level of
problem understanding."
Hi!
"MooseModel reinitializeMetaTower" raises an error in the Hudson image (downloaded a few days ago).
This error prevents CAnalyzer to run.
http://code.google.com/p/moose-technology/issues/detail?id=451
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
I just entered a new issue (http://code.google.com/p/moose-technology/issues/detail?id=451), but I wasn't able to say which version of Moose I am using. Is there a way to obtain this info?
I was thinking about:
ConfigurationOfMoose defaultVersion
=> <>default [ConfigurationOfMoose]
Not really helpful
ConfigurationOfMoose project lastVersion
=> >=4.0.14 [ConfigurationOfMoose]
But is 4.0.14 the same than default?
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Open the moose panel.
Browse a small model.
on 'all famixClasses', rigth click and click on Utilities >> Compute
duplication.
Now, from 'all dudemultiplications', browse 'constellation'.
In the browser, when clicking on a multiplication, opening the
GLMDiffPresentation raise an error: Message not understood:
GLMDiffPresentation >> allowsDeselection.
http://code.google.com/p/moose-technology/issues/list?thanks=449&ts=1283506…
Hi,
Other than reading the paper
FAME—A Polyglot Library for Metamodeling at Runtime*,
where can I find some *simple* examples/tutorials
on how to deal with FAME?
Thank you.
Cheers,
Alberto