Redirect compiler warnings to file
by Simon Denier
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
12 years, 6 months
glamorous theme :)
by Tudor Girba
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."
12 years, 6 months
"MooseModel reinitializeMetaTower" raises an error
by Alexandre Bergel
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
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
12 years, 6 months
Obtaining the version of Moose that I am using
by Alexandre Bergel
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
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
12 years, 6 months
Famix-ManifestMf?
by Simon Denier
I noticed a new package Famix-ManifestMf in the Moose config, but I can't figure what it is used for?
--
Simon
12 years, 6 months
FAME, some examples?
by Alberto Bacchelli
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
12 years, 6 months