Commit 57b00793 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 72827f7c
...@@ -514,7 +514,7 @@ func diffT(ctx context.Context, a, b *Tree, δZTC SetOid, trackIdx map[zodb.Oid] ...@@ -514,7 +514,7 @@ func diffT(ctx context.Context, a, b *Tree, δZTC SetOid, trackIdx map[zodb.Oid]
aChildren[child.POid()] = child // InvalidOid = embedded bucket aChildren[child.POid()] = child // InvalidOid = embedded bucket
} }
} }
fmt.Printf(" aChildren: %s\n", aChildren) fmt.Printf(" aChildren: %v\n", aChildren)
// -> "might be changed" subset of tracked keys // -> "might be changed" subset of tracked keys
δtqkeys := SetKey{} δtqkeys := SetKey{}
...@@ -548,7 +548,7 @@ func diffT(ctx context.Context, a, b *Tree, δZTC SetOid, trackIdx map[zodb.Oid] ...@@ -548,7 +548,7 @@ func diffT(ctx context.Context, a, b *Tree, δZTC SetOid, trackIdx map[zodb.Oid]
} }
} }
} }
fmt.Printf(" bChildren: %s\n", bChildren) fmt.Printf(" bChildren: %v\n", bChildren)
// allChildren = aChildren ∪ bChildren // allChildren = aChildren ∪ bChildren
allChildren := SetOid{} allChildren := SetOid{}
......
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