Hi,
I just wanted to let you know that the new url for the build server is ci.moosetechnology.org. Also, I changed Hudson to the latest Jenkins.
The old hudson.moosetechnology.org redirects to ci.moosetechnology.org so the old urls should continue to work. If you encounter any problems, please let me know.
Cheers,
Doru
--
www.tudorgirba.com
"No matter how many recipes we know, we still value a chef."
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 618 by damien.c...(a)gmail.com: [Glamour] Sorting of lists should
be made easier
http://code.google.com/p/moose-technology/issues/detail?id=618
Currently, a user has to do the following to sort a list:
a list
display: [:x | ((... x ...) ...) sorted: [...]]
or
a list
display: [:x | ((... x ...) ...) asSortedCollection]
All these parenthesis make the code a bit hard to read. I propose
a list
display: [:x | (... x ...) ...];
sorted: [...]
or
a list
display: [:x | (... x ...) ...];
sorted
which removes a level of parenthesis and simplifies indentation.
Status: New
Owner: tudor.gi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Finder Milestone-4.4
New issue 623 by tudor.gi...(a)gmail.com: Clean the Moose menus
http://code.google.com/p/moose-technology/issues/detail?id=623
Metanool edit description should only be available in the Finder
Visualizations category should be Visualize
"Open in Moose" and "Open in Mondrian Easel" should be in the Browse
category
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.4
New issue 624 by tudor.gi...(a)gmail.com: Glamour examples should not raise
exceptions
http://code.google.com/p/moose-technology/issues/detail?id=624
GLMBasicExamples open should work without errors.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Difficulty-Easy Milestone-4.4
New issue 616 by jannik.l...(a)gmail.com: cleaning package cycles
http://code.google.com/p/moose-technology/issues/detail?id=616
Not sure how we should implement traits but I think that
Traits TDependencyQueries, TScopingEntityQueries, TDependencyQueryResult
should have categories (protocol) beginning with '*Famix-Core-MooseChef'
Status: New
Owner: ----
CC: damien.c...(a)gmail.com
Labels: Type-Engineering Priority-Medium Component-Glamour Milestone-4.4
New issue 622 by tudor.gi...(a)gmail.com: Glamour-Scripting should be merged
in the Glamour-Core package
http://code.google.com/p/moose-technology/issues/detail?id=622
The original idea was to have Scripting detachable, but now it is very much
the way the model should be constructed so it should be core.
Hi,
If you are adding something in Glamour, please also add a test for your additions.
Cheers,
Doru
--
www.tudorgirba.com
"Value is always contextual."
Status: New
Owner: tudor.gi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Metanool Milestone-4.4
New issue 610 by tudor.gi...(a)gmail.com: Add Metanool to ConfigurationOfMoose
http://code.google.com/p/moose-technology/issues/detail?id=610
Add ConfigurationOfMetanool to the ConfigurationOfMoose.
Status: New
Owner: tudor.gi...(a)gmail.com
Labels: Type-Enhancement Priority-Medium Component-Metanool Milestone-4.4
New issue 609 by tudor.gi...(a)gmail.com: The Metanool UI should provide a
means to add a new annotation
http://code.google.com/p/moose-technology/issues/detail?id=609
Currently, the editor allows us to set values to annotations, but we cannot
add a new annotation.