Commit 73501d87 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 476742f8
...@@ -947,7 +947,8 @@ func (δBtail *ΔBtail) rebuild() (err error) { ...@@ -947,7 +947,8 @@ func (δBtail *ΔBtail) rebuild() (err error) {
} }
} }
// trackNew was adjusted to correspond to @tail. Map it back to @head and merge to .trackIdx // trackNew was adjusted to correspond to @tail potentially growing its key coverage.
// Remap it back to @head and merge to .trackIdx
for _, δtrack := range vδtrack { for _, δtrack := range vδtrack {
δtrack.Reverse() // we saved it as lo<-hi; now we go lo->hi δtrack.Reverse() // we saved it as lo<-hi; now we go lo->hi
trackNew.ApplyΔ(δtrack) trackNew.ApplyΔ(δtrack)
......
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