Currently, there is no object in my knowledge to represent a metric in
Moose. I would like to have this kind of object to ask it for example the
name of the metric, a description, the associated selector...
Ideally this object should have the same behaviour than Unit framework; it
should resolve units for example if you divide number of bugs by lines of
code, you should get numberOfBugs.linesOfCode^(-1); then if you multiply
this by line of code to get the estimated average value you get
numberOfBugs...
If I missed an existing implementation close to this, thank you very much
in advance to indicate me otherwise I will create a project for this and
you are welcome to contribute.
--
*Guillaume Larcheveque*
Begin forwarded message:
> From: Igor Stasenko <siguctua(a)gmail.com>
> Subject: Re: [rmod] One more productive day: 2014-04-01
> Date: 1 Apr 2014 18:28:31 GMT+2
> To: "rmod(a)inria.fr list" <rmod(a)inria.fr>
> Reply-To: rmod(a)inria.fr
>
> - updated NB & Athens with fix, including configs and slice
> https://pharo.fogbugz.com/f/cases/13150/Different-memory-alignment-on-diffe…
>
>
> On 1 April 2014 18:00, <seaside(a)rmod.lille.inria.fr> wrote:
> Your daily reminder to brag on progress :)
> Just answer this mail, it will go to rmod(a)inria.fr
>
>
>
>
> --
> Best regards,
> Igor Stasenko.
Hi guys.
This is strange that moose is using a so old version of Athens.
Stef
Begin forwarded message:
> From: Igor Stasenko <siguctua(a)gmail.com>
> Subject: Re: [Pharo-dev] Font problem is still there
> Date: 28 Mar 2014 14:03:17 GMT+1
> To: Pharo Development List <pharo-dev(a)lists.pharo.org>
> Reply-To: Pharo Development List <pharo-dev(a)lists.pharo.org>
>
> so, i checked both in 4.9 and 5.0 Moose images on linux...
> got weird results and sometimes crashes.
>
> in 5.0 image the version is:
> Athens-Cairo-MarcusDenker.51
>
> - this one uses pretty old code, which renders text using 'toy' cairo api for text rendering.
>
> in my working image, where i work every day it is:
>
> Athens-Cairo-SvenVanCaekenberghe.64
>
> and there's also couple important fixes since .51 as well as different font rendering code which no longer using toy api..
>
> so, guys, if you want me to continue, please try using latest versions and report problems about it,
> because it makes no sense to find a fix in something which outdated and thrown away many months ago.
>
> Load the latest dev version of Athens from smalltalkhub (it is version 2.5)
>
> ConfigurationOfAthens loadDevelopment.
>
> try it out.
>
>
> Here's what i got on latest fresh vanilla out of the box Pharo 3.0 image on linux system:
>
>
>
>
> P.S. i am not saying that it is *impossible* that there is problems in new version, just asking you to report problems with that version,
> not one which year(s) old.
>
> --
> Best regards,
> Igor Stasenko.
Dear all,
just a reminder. We will organize a MOOSEDay at Paris June 5th and 6th.
You will find more information about the two days here:
http://www.doesnotunderstand.org/MOOSEDayUPMC/
We have currently 2 presentations and 6 registrations.
You can register online, this is free ;-)
Thanks to our sponsors (ESUG, ObjectProfile & UMMISCO), the lunches
will be free.
This is your conference and we really need more talks.
If you want to present your work, please send me a title and a short
description.
Regards,
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/
Hi Alex,
Nesting in Roassal 2 works well without a label for the root entity. But
when adding a label, to the root, the nesting isn't displayed properly. For
example:
| view el shape innerElements |
view := RTView new.
el := (RTBox new width: 80; height: 40; color: (Color purple alpha: 0.3))
element + (RTLabel new text:'test') .
el translateTo: 200 @ 150.
shape := RTBox new color: (Color red alpha: 0.3); size: #yourself.
innerElements := (1 to: 30) collect: [ :i | shape elementOn: i ].
view addAll: innerElements.
RTNest
new
layout: RTGridLayout new;
on: el nest: innerElements.
view add: el.
view open.
Is this a bug or should a separate label for the root entity?
tx.
usman
[image: Inline image 1]
Without label:
[image: Inline image 5]
Hi,
I'm working on visualisation on Roassal2 with Stef for my internship.
I'm on Ubuntu 13.10 64bits and when I try to display some text (RTLabeL or
addMenu: for example) I get an error, on Moose or Pharo with Roassal2 and
its dependencies.
Here the screenshot of the stack:
[image: Inline image 3]
I tried to change the font, it works but if a popup display some text, the
VM crash totally.
Leo Perard
Hi!
I have the impression it makes sense to have Artifact and Neo in the moose image. These tools are important.
What do you think?
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi guys
with leo we improve and change the API of MalKontraktor and also removed obsolete reference in distribution map.
The code is commited. Leo should create two bug entries. Now I do not know how you integrate it.
I noticed that there were some changes made by andre (Compiler evaluate: -> Smalltalk evaluate:) that should not be integrated so I did not merge
them
We will clean distribution map.
For example there are dependencies to EyeSee
Stef
Hi,
I added GraphET2 in the Moose image as a prerequisite to Glamour.
There is only one glitch:
DotaHero is conflicting with a class with the same name from GraphET. I
tried to commit a correction, but I do not have the rights. Could you add
me to the repo?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"