Begin forwarded message:
> From: stephane ducasse <stephane.ducasse(a)free.fr>
> Date: August 26, 2009 5:35:17 PM CEDT
> To: Related to the development of Moose and other related tools <moose-dev(a)iam.unibe.ch
> >
> Subject: why mondrian easel redefined app-M to be browse senders?
>
Hi all,
I have just loaded Moose with "MooseLoader load" in a new Pharo-core
image (419).
I see three bugs in Mondrian:
- Mouse interaction does not work (it works in the version 241) (issue
129)
- zoom buttons (+ and -) are static on keyboard --> with a french
keyboard, working buttons are - for "zoom+" and ) for "zoom-" (issue
130)
- when Mondrian is loaded, Morphic package is not updated. Is it
useful ? (issue 131)
Cheers
---
Jannik Laval
PhD Student - Rmod Team - INRIA
Certified Project Management Associate (IPMA)
http://www.jannik-laval.euhttp://rmod.lille.inria.fr
---
Begin forwarded message:
> From: Stéphane Ducasse <stephane.ducasse(a)inria.fr>
> Date: August 26, 2009 5:24:02 PM CEDT
> To: Related to the development of Moose and other related tools <moose-dev(a)iam.unibe.ch
> >
> Subject: can we inspect an object in the mondrian easel on the
> binding list on the right?
>
Begin forwarded message:
> From: stephane ducasse <stephane.ducasse(a)free.fr>
> Date: August 26, 2009 5:15:03 PM CEDT
> To: Related to the development of Moose and other related tools <moose-dev(a)iam.unibe.ch
> >
> Subject: how can I inspect an entity when selecting a mondrian node?
>
Hi!
Is there any plan for the Dojo of this Sunday? I guess that killing
bugs and polishing the Glamour version of the browser are hot topics.
I added this request for enhancement:
http://code.google.com/p/moose-technology/issues/detail?id=132
I am personally interested in:
- killing bugs in Mondrian
- making the remaining yellow and red tests green
- working on the C importer
- working on the ADA importer
Of course, not everything will be tackled during the same day, but if
some people want to work with me on these task, I will be delighted to.
Lamentably, I will physically remain in Chile, however, facebook's
chat and MSN will help a lot. My facebook ID and MSN ID is godfroy_bern(a)hotmail.com
(do not send email to this email, I won't read).
People interested to work on these topics, please get in touch with me.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi
When I see mondrian flow of bugs I feel like we are really not having
a good process.
Process to test release version
Process to use existing version
So could we get a stable version and a process to use stable code?
May be we could have a released moose package where stable release are
pushed.
Stef
I loaded MooseLoader load
then CAnalyzer with a couple of warning and
then I selected packages
then packageDependency map
viewPackageMapOn: view
| graph kruskal tree otherEdges edges |
kruskal := MOKruskal new.
graph := self buildGraph: kruskal.
tree := kruskal run.
view nodeShape: (MORectangleShape new width: [:p | p model classes
size * 3]; height: [:p | p model extensionClasses size * 3] ).
view nodes: graph nodes.
view edgeShape: (MOCurveFitterShape new color: [:e| self
edgeColorFor: e default: Color brown]; width: 1).
otherEdges := graph edges copyWithoutAll: tree.
otherEdges := view edges: otherEdges from: #from to: #to.
view edgeShape: (MOStraightLineShape new color: [:e| self
edgeColorFor: e default: Color black]; width: 2).
edges := view edges: tree from: #from to: #to.
view treeLayout userDefinedEdges: edges
Stef
Hi,
We will organize a Moose Dojo on Sunday, August 30 during Camp
Smalltalk.
The goal of the dojo is to spread the knowledge about Moose and to
tackle issues related to the 4.0 release.
More information can be found at:
http://moose.unibe.ch/events/2009-08-30-dojo
If you are interested in participating, please either add yourself to
the webpage or send an email to this mailing list.
Cheers,
Doru
--
www.tudorgirba.com
"From an abstract enough point of view, any two things are similar."