Dear List,
A number of improvements are available:
- the class MondrianHealth has been introduced. This class aims to generate report about the general healt of Mondrian, including speed and memory benchmarks, test coverage. It is a bit empty so far, but it will grow over the time. - Each node is now aware of incoming and outgoing edges. This is necessary to fix the Google ISSUE #100. The version in Visualworks is similar on this. - Bug related to copyShapeAndDo: is fixed. copyShapeWithoutUpdatingAndDo: has been added to avoid unnecessary window update - MOGraphElement>>isSelected takes the forwarding into account. - MOGraphElement>>withAllSubnodes introduced, however its implementation may be optimized - expectedFailures are defined, which make all the test green! - More test are added, the coverage is now at 60.41% - Bug related to event forward is fixed. Nodes may be drag and drop in the class blueprint. - Dead code in MOViewRenderer has been removed.
Cheers, Alexandre