IndustrialDragonfly / DEdC

Collaborative DFD Editor
MIT License
6 stars 1 forks source link

Need to either prevent or handle circular links #23

Open eugene-davis opened 10 years ago

eugene-davis commented 10 years ago

Links returning to their starting object currently breaks things...

JoshuaJClark commented 10 years ago

i believe that these need to be handled as it should be a valid option to have a link start and end in the same node

eugene-davis commented 10 years ago

I'm not sure, my inclination though is to allow that flexibility. A test will need to be written and logic will need to exist to handle this then.

JoshuaJClark commented 10 years ago

this should work by default but will need to be tested

eugene-davis commented 10 years ago

Yes, a good test to prevent regression. This feels like something that could go terribly awry in future work...