Commit 9b023909 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d587b035
...@@ -743,7 +743,7 @@ func diffT(ctx context.Context, A, B *Tree, δZTC SetOid, trackSet PPTreeSubSet) ...@@ -743,7 +743,7 @@ func diffT(ctx context.Context, A, B *Tree, δZTC SetOid, trackSet PPTreeSubSet)
b.done = true b.done = true
} }
// XXX k is not there -> hole XXX test // XXX k is not there -> hole XXX test XXX <- kill?
} }
Bkqueue.Clear() Bkqueue.Clear()
...@@ -765,7 +765,9 @@ func diffT(ctx context.Context, A, B *Tree, δZTC SetOid, trackSet PPTreeSubSet) ...@@ -765,7 +765,9 @@ func diffT(ctx context.Context, A, B *Tree, δZTC SetOid, trackSet PPTreeSubSet)
δtrack.Del.AddPath(a.Path()) δtrack.Del.AddPath(a.Path())
// Bkqueue <- a.range // Bkqueue <- a.range
Bktodo(KeyRange{a.lo, a.hi_}) ar := KeyRange{a.lo, a.hi_}
Akdone.AddRange(ar)
Bktodo(ar)
/* XXX kill /* XXX kill
// Bkqueue <- δA // Bkqueue <- δA
for k_ := range δA { for k_ := range δA {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment