wiota / lime

Lime binds your work together.
lime.wiota.co
2 stars 0 forks source link

Delete must cascade #84

Open di opened 10 years ago

di commented 10 years ago

Deleting a vertex must also delete all vertices in it's succset, IF AND ONLY IF the deleted vertex is the only vertex in the child's predset. Otherwise, simply remove the deleted vertex from the child's predset.

di commented 10 years ago

Demoted this to "should-fix" because although it is annoying for us, it doesn't present an problem to the user.