cuekeeper icon indicating copy to clipboard operation
cuekeeper copied to clipboard

Stack overflow inverting parent relation

Open talex5 opened this issue 9 years ago • 0 comments

If you use the history view (or sync) to move from a revision where A is a parent of B to one where B is a parent of A in one step then the display code will fail with a stack overflow.

This is because it tries to show the old A fading out, but the old A now has a child B, which has a child A, ...

We should either detect the loop and stop, or refuse to add new children to things that are fading out.

talex5 avatar Apr 28 '15 10:04 talex5