Hi guys,
I downloaded the Moose image from moosetechnology.org. If I right-click
on a class in the System Browser, I get a DNU for #isActive sent to
AnObsoleteBrowserEnvironment.
That image needs to be updated I guess.
Cheers,
M.
--
Mircea Lungu
Researcher
Software Composition Group
University of Bern
http://lungu.org/mircea
And if this is MSE why Fame has property tag with MSE... instead of FM?
Then I do not understand why this is MSEProperty and not MSEPackage: in that case.
Why do we have package: and not MSEPackage: (or FMPackage: and FMProperty:
Stef
Status: New
Owner: tudor.gi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Famix Milestone-4.6
New issue 710 by tudor.gi...(a)gmail.com: Move FAMIXAnnotation* entities to
Famix-Core
http://code.google.com/p/moose-technology/issues/detail?id=710
Annotations are now used for Smalltalk as well, so they belong to the Core
of Famix.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-EyeSee
New issue 691 by andreho...(a)gmail.com: Change the fill color of bars
http://code.google.com/p/moose-technology/issues/detail?id=691
Script helpers like #setColoredFill or #coloredFill: are not working.
I should work like #fillColor: in Mondrian.
obs: #setLinearFill is OK
Status: New
Owner: andreho...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-EyeSee
New issue 711 by andreho...(a)gmail.com: Color methods not working
http://code.google.com/p/moose-technology/issues/detail?id=711
Supporters color methods #getTemperatureColors: #getColors: is not working.
I don't know why this simple code don't work in Moose/Smaltalk version 4.5
| counter |
counter := 0.
[ counter < 100 ] whileTrue:
[ counter := counter + 1.
Beeper beep ]
I believe the sytax is correct, but when I try to excute this an error
message is sent.
Doesn't exist while loop?
I don't undesrtand what's happening.
--
View this message in context: http://forum.world.st/Sytax-or-what-tp3838424p3838424.html
Sent from the Moose mailing list archive at Nabble.com.
Comment #4 on issue 408 by tudor.gi...(a)gmail.com: Smalltalk importer should
import Pragmas as annotations
http://code.google.com/p/moose-technology/issues/detail?id=408
Would anyone be interested in working with these? We need the information
for writing detections for Moose.
Everything is green :).
Doru
Begin forwarded message:
> From: admin(a)moosetechnology.org
> Subject: Jenkins build is back to stable : moose-latest-dev #604
> Date: 23 September 2011 17:38:16 CEST
> To: tudor(a)tudorgirba.com, simon.denier(a)gmail.com, cy.delaunay(a)gmail.com, alexandre(a)bergel.eu, stephane.ducasse(a)inria.fr, jannik.laval(a)gmail.com
>
> See <http://hudson.moosetechnology.org/job/moose-latest-dev/604/>
>
>
--
www.tudorgirba.com
"Problem solving efficiency grows with the abstractness level of problem understanding."
Hi,
I am merging the two classes.
All but 11 tests pass.
The 11 tests which do not pass are about properties are in FamixPropertiesTest.
all accesses at any property return nil.
I do not understand why.
example in testClassHierarchy, the first line return nil :
---
testClassHierarchy
self assert: (self nodeClass propertyNamed: #NOC) = 2.
---
Has anyone any idea ?
---
Jannik Laval