Begin forwarded message:
> From: Alexandre Bergel <Alexandre.Bergel(a)inria.fr>
> Date: April 21, 2009 10:20:10 AM CEDT
> To: Pharo Development <Pharo-project(a)lists.gforge.inria.fr>
> Subject: [Pharo-project] RuntimeStorage
> Reply-To: Pharo-project(a)lists.gforge.inria.fr
>
> Dear List,
>
> This morning, Jannik and I were surprised by the class RuntimeStorage.
>
> RuntimeStorage>>initialize: capacity
>
> byGroup := Dictionary new: 24.
> byName := IdentityDictionary new: 10000.
> elements := OrderedCollection new: capacity
>
> Why byName reference an identify dictionary? Why not a dictionary?
> Names are usually accessed through their name as a String apparently
> (e.g., importing Smalltalk packages keys entities with a String).
> Should entities be accessed through a symbol instead of a string?
>
> If entities are stored in an identity dictionary, then names must be
> accessed with a symbol. If entities are to be accessed with a string,
> then a dictionary should be used instead of an identitydictionary.
>
> Cheers,
> Alexandre
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
Hi guys,
I'm trying to add some mondrian views to the list context menu in the
Moose browser (VW). I thought this required the use of the following
pragma on a MooseEntity (such as ClassGroup) in order for the method
to appear in the menu:
<menuItem: 'Some name' category: 'Mondrian'>
However, it does not show. Can someone quickly point me to the correct
way to do this?
thanks!
----------------------------
Johan Brichau
johan.brichau(a)uclouvain.be
Begin forwarded message:
> From: Adrian Kuhn <akuhn(a)gmx.ch>
> Date: April 20, 2009 3:35:12 PM CEDT
> To: Stéphane Ducasse <stephane.ducasse(a)inria.fr>
> Subject: Re: where is the fm3.mse file?
>
> https://www.iam.unibe.ch/scg/svn_repos/Sources/Fame/Java/samples/ch/unibe/f…
>
> --AA
>
>
> On Apr 14, 2009, at 08:40 , Stéphane Ducasse wrote:
>
>> Hi adrian
>>
>> apparently the file is missing from
>>
>> http://smallwiki.unibe.ch/fame/fm3/
>> where can I find it?
>>
>> Stef
>
>
Hi,
I noticed that FAMIXEntity has a comments property that points to a
collection of Strings. We should instead have a FAMIXComment entity
that also has a sourceAnchor.
Cheers,
Doru
--
www.tudorgirba.com
"If you interrupt the barber while he is cutting your hair, you will
end up with a messy haircut."
Dear All,
I would like to know how far are we from getting rid of FAMIX2 in the
Pharo version of Moose? FAMIX2 comprises 55 classes and 1084 methods.
I have never used any of these. Jannik, does DSM works on FAMIX3 ?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi All,
I added a FAMIX2-All in the Moose repository. Loading this file
install all FAMIX2 related files
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Dear All,
Together with Simon and David, we enhanced the OB-based Moose browser.
This was enabled with the last extension of OB to render morphs.
This means that in addition to Fame and OB, you need to load OB-
Mondrian-Diagrams from wiresong _before_ loading Moose-All.
MooseLoader and PersonalSettings are updated.
When we will have The MooseBrowser based on Glamour, this requirement
will probably be relaxed.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
It should work for now. Please update to the last version of Moose. If
you encounter problems (especially green tests in a version < 311 that
is not green anymore), let me know.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.