alexhenning / wpi-suite-tng

Rewrite of the WPI Suite project management application
Other
5 stars 3 forks source link

prevent invalid sub requirements #121

Open jpalnick opened 11 years ago

jpalnick commented 11 years ago

add code to ensure that it is not possible to:

this is an extension of issue #81

tuna-salad commented 11 years ago

Cyclic dependency causes a big trouble. It seems to be stuck in an infinite loop, using more and more memory, so that I had to close the program before its RAM use reached 2GB. The cycle was also saved into my database, so I had to create it again.