Status: New Owner: ---- CC: damien.c...@gmail.com Labels: Type-Engineering Priority-Medium Component-Glamour Milestone-4.4
New issue 622 by tudor.gi...@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.
Updates: Status: Started Owner: damien.c...@gmail.com Cc: -damien.c...@gmail.com
Comment #1 on issue 622 by damien.c...@gmail.com: Glamour-Scripting should be merged in the Glamour-Core package http://code.google.com/p/moose-technology/issues/detail?id=622
Doing it
Comment #2 on issue 622 by damien.c...@gmail.com: Glamour-Scripting should be merged in the Glamour-Core package http://code.google.com/p/moose-technology/issues/detail?id=622
Ok, done. The script I used:
(RPackageOrganizer default packageNamed: 'Glamour-Scripting') extensionMethods do: [:meth | (meth category ~= 'scripting') ifTrue: [meth methodClass organization renameCategory: meth category toBe: 'scripting']. ]
Updates: Status: Fixed
Comment #3 on issue 622 by damien.c...@gmail.com: Glamour-Scripting should be merged in the Glamour-Core package http://code.google.com/p/moose-technology/issues/detail?id=622
(No comment was entered for this change.)
Updates: Status: Accepted
Comment #4 on issue 622 by tudor.gi...@gmail.com: Glamour-Scripting should be merged in the Glamour-Core package http://code.google.com/p/moose-technology/issues/detail?id=622
Something went wrong and the tests are red.
Updates: Status: Fixed
Comment #5 on issue 622 by tudor.gi...@gmail.com: Glamour-Scripting should be merged in the Glamour-Core package http://code.google.com/p/moose-technology/issues/detail?id=622
Should be fixed now.