Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1061 by serge.st...(a)gmail.com: DictionaryInspector no more exist
http://code.google.com/p/moose-technology/issues/detail?id=1061
Apparently HashTable package does not load correctly in recent Pharo
3 (#Pharo3.0 Latest update: #30825), because of the introduction of the
EyeInspector hierarchy.
HashTable define a HashTableInspector that was a subclass of
DictionaryInspector (now EyeDictionryInspector).
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
We are almost done.
But I cannot reproduce last 2 failing tests locally… Can someone else check, I know that this sounds strange, but I have no idea what’s wrong - on my machine they are passing.
Uko
Hello,
(I apologize for the late reply but I was offline for a week looking after
a health/family matter)
Thank you everyone for the kinds words. This award is a complete surprise,
and reading your messages made me realize once again the privilege I had
for all these 12 years.
Working in a Smalltalk-inspired world is indeed inspiring. But, what makes
it a privilege is working with all of you. And, I am not saying it just for
the sake of it.
Cheers,
Doru
On Thu, Apr 10, 2014 at 4:57 PM, Alexandre Bergel
<alexandre.bergel(a)me.com>wrote:
> Dear colleges and friends,
>
> It is a great pleasure for me to send this email.
> A couple of days ago AITO officially announced that the junior prize of
> the AITO Dahl-Nygaard Prize Winners is given to Doru, Tudor Gîrba. The
> award will be given at the ECOOP conference, this year, in Uppsala, Sweden.
> AITO is the non-profit organization who is behind ECOOP.
>
> The prestigious Dahl-Nygaard award is given to "individuals that have made
> significant technical contributions to the field of Object-Orientation”.
> ECOOP is the high-caliber European conference on object-orientation. The
> European version of OOPSLA.
>
> I have known Doru for year, when we were doing our PhD in Bern under the
> supervision of Stéphane Ducasse and Oscar Nierstrasz. Doru’s work and ideas
> have had a great impact on the Pharo and Smalltalk community.
>
> Doru is member of the Pharo board. Doru authored Glamour, GTToolKit and
> many more applications. Doru is not only a great researcher, a great
> engineer or a great speaker. He is also a great leader. Doru is the main
> architect of the Moose effort, and a great coordinator in the Moose and
> Pharo communities. Doru authored Humane Assessment, "the method for making
> software engineering decisions".
>
> Doru’s work has had a great impact on my personal work. Roassal is an
> extension of the ideas first presented in Mondrian, which was first
> authored by Doru and his student around 2005. Without Doru, Moose would not
> be as it is now.
>
> Doru, we are happy to have you with us! This international recognition
> will drag up all of us.
>
> Links:
> http://www.tudorgirba.com
> http://www.humane-assessment.com
> http://www.aito.org/Dahl-Nygaard/2014.html
>
> Big big clap!
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
--
www.tudorgirba.com
"Every thing has its own flow"
Hi,
does anybody know how MooseFinder…Tests are working? Bacause we have tests failing in MooseFinderForSimpleClassesTest and VerveineJMooseFinderTest. This test’s are a bit specific (not just doing something and asserting the result) and do not have any comments. If anyone knows what is this about, can you please take a look at that tests?
Cheers.
Uko
Yeah, we are all working hard :-)
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
I would like to display a some elements by layers with Roassal.
Each element has a layer number (from 1 to 6 in the exemple) and is linked to elements from other layers (green lines).
So each line of the visualization contains elements of one layer.
I have tried with all the treeLayout but I don't get a representation by the wanted layers.
So I asked Usman and he tells me to use userDefinedEdges:.
So I defined virtual edges from all elements from a layer to all the elements to the next layer.
And I get:
[cid:image001.png@01CF4D0E.67BF1290]
All the nodes are on the good line but the linked between them (in green) are horribly crossed.
Which virtual nodes should I add to make it works ? Or should I create/use a layout ?
Thanks for your answers,
Cheers,
Vincent
________________________________
Ce message et les pi?ces jointes sont confidentiels et r?serv?s ? l'usage exclusif de ses destinataires. Il peut ?galement ?tre prot?g? par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir imm?diatement l'exp?diteur et de le d?truire. L'int?grit? du message ne pouvant ?tre assur?e sur Internet, la responsabilit? de Worldline ne pourra ?tre recherch?e quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'exp?diteur ne donne aucune garantie ? cet ?gard et sa responsabilit? ne saurait ?tre recherch?e pour tout dommage r?sultant d'un virus transmis.
This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Worldline liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.
Hello all,
I'll start to revise the implementation of DistributionMap. The idea is:
- move to Roassal 2
- cleaning: remove morph classes unused in the package
- integrate Kontractor
- add some sexy demos (authors distribution map)
- harmonize the vocabulary for the DistributionMap wizard (currently, we
talk about parts, elements and properties in the wizard, which is not
understandable for someone new)
What do you think about this?
--
Leo Perard