Hi,
i loaded Spy into a fresh Pharo 2.0 image.
After adding new packages to the image, the Hapao Wizard does not show these
newly added packages.
Should i submit a bug at the moose-technology google issue tracker?
M.
--
View this message in context: http://forum.world.st/Hapao-Wizard-does-not-show-newly-added-packages-tp468…
Sent from the Moose mailing list archive at Nabble.com.
Dear all,
I have submitted a gsoc project called SciSmalltalk. This is a new
Smalltalk project, similar to existing scientific libraries like
NumPy, SciPy for Python or SciRuby for Ruby. SciSmalltalk already
provide basic functionalities under MIT licence: complex and
quaternions extensions, random number generator, fuzzy algorithms,
LAPACK linear algebra package, Didier Besset's numerical methods, ...
We want to extend SciSmalltalk to solve ODE (Ordinary Differential
Equations).
I you are a gsoc mentors, I would like to encourage you to give your
vote to this project !
I believe this really important if we want to offer new alternatives
for people who want to made science, mathematics, statistics and big
data with Smalltalk !
The student for this project is very capable, because she is a
mathematician student. We definitively need to support girls
involvement in Smalltalk development and computer science !
Thank you.
Regards,
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/
We have submitted a project to improve and extend FAST (Famix-AST
metamodel).
If you are a GSOC mentors I would like to encourage you to vote for this
project (and give it the highest note ;-) ).
I believe it will open many new opportunities for Moose in terms of
metrics computation at the level of the model, refactoring
possibilities, rule checking (MooseLint), language convertion, new
queries, etc.
The student for this project already worked with us in the past (on
Pharo) and he is capable of doing it.
nicolas
--
Nicolas Anquetil -- RMod research team (Inria)
Hi!
We've just made an experiment about fading and wiggling edges. Try the following:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Preambule. It includes the initialization. "
| rawView view |
rawView := ROView new.
view := ROMondrianViewBuilder view: rawView.
"enter your script below"
"-------------"
"-------------"
"To send to the mailing list"
view interaction
dynamicEdgeToAll: [ :model | (1 to: model) collect: [ :v | v // 2 ] ]
usingFading: (ROLine red width: 5; attachPoint: ROCenteredAttachPoint instance).
view shape rectangle size: 20.
view nodes: (1 to: 20).
view circleLayout.
"-------------"
"-------------"
"Below is the initiation of the menu and opening the visualization"
ROEaselMorphic new populateMenuOn: view.
view open
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
It's me again. Sorry for bothering you but I'm not able to load Moose from my ConfigurationOf in a fresh 2.0 image…
I tried every possible version: minimal, stable, default, and development but it does not load correctly.
Either I got a..
- SmallInteger>>#add: error which leads me to https://pharo.fogbugz.com/f/cases/10395/ but I cannot understand the fix.
- With development (or default) I got a SmallInteger(Object)>>doesNotUnderstand: #isEmpty.
- Some missing dependencies with BlockContext
I'm wondering if someone can please take a fresh Pharo 2.0 image and try to load Moose (stable, default, or whatever)
using the Configuration and kindly tell me how to set up my configuration to load it.
FYI I'm loading Moose by doing the following in my configuration of:
spec
project: 'Moose' with: [
spec
className: 'ConfigurationOfMoose';
loads: #('default');
file: 'ConfigurationOfMoose';
repository: 'http://smalltalkhub.com/mc/Moose/Moose/main' ]
Then I tried to replace #loads: with #versionString: and change the version string but I had no luck.
Thanks in advance,
Roberto Minelli
Hi,
I just wanted to let you know that I started to work on a Pharo theme that maximizes whitespace.
It is based on the default Glamour theme, but it is even simpler. It is still a work in progress as several things I would like to achieve are not easily possible with the existing morphs' implementation.
Still you can see the direction in a couple of screenshots at (plus a couple of explanations):
http://www.tudorgirba.com/blog/whitespace-theme-for-pharo-work-in-progress
You can play with it in a Moose 4.8 image by:
MooseImageSetupCommandLineHandler new
installFonts;
installAthens;
installGLMWhitespaceTheme.
Cheers,
Doru
--
www.tudorgirba.com
"When people care, great things can happen."
Hi,
i just started to experiment with Spy (i like it a lot :) in Pharo 2.0.
My first attempt to load it was via the Configuration Browser which lists a
Configuration Alexandre_Bergel.10 which does not work on 2.0.
I found a working Configuration (ConfigurationOfSpy-AlexandreBergel.344) on
Smalltalkhub. Perhaps someone can update the configuration in the browser...
Is it already "safe" to use Spy and Roassal on Pharo 2.0?
M.
--
View this message in context: http://forum.world.st/Update-Spy-in-the-Pharo-2-0-Configuration-Browser-tp4…
Sent from the Moose mailing list archive at Nabble.com.