Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-06-21 15:08:15 +03:00
parent 8bcf8a2930
commit 78136895a0

View File

@ -730,6 +730,8 @@ function(A, B, cmp){
return gaps }, []) }
// XXX if two sub-trees are different, to we treat them as a big set of
// atomic changes or replace X with Y???
// XXX at this point array indexes are treated as changes, i.e. if we
// insert an item into an array, this effectively changes all other
// items (shifting their indexes by the number of items inserted)...