On Thu, 26 Jul 2007, Alexandru Stanoi wrote: > Derick Rethans wrote: > > > > I just added a draft [1] and prototype [2] of the Tree component to > > SVN. Please have a look at it. > > I don't know if it has been discussed, but will the Tree component do > anything about circular references in trees? Or is it up to the user > to take care of that?
At the moment the Tree component does not take care of this. To make sure there are no cyclic references it takes quite a complex algorithm and then is the question when to run it. You can't really run it on each addition, but perhaps an analysing method to see whether it's a cyclic tree makes sense. regards, Derick -- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
