Commit 68f6e672 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d0d95b64
...@@ -37,7 +37,7 @@ import ( ...@@ -37,7 +37,7 @@ import (
// TODO kill this after rebuild is finished // TODO kill this after rebuild is finished
const XXX_killWhenRebuildWorks = true const XXX_killWhenRebuildWorks = true
const traceΔBtail = false const traceΔBtail = true
const debugΔBtail = false const debugΔBtail = false
...@@ -596,6 +596,7 @@ if XXX_killWhenRebuildWorks { ...@@ -596,6 +596,7 @@ if XXX_killWhenRebuildWorks {
δTKeyCov.ByRoot[root] = δtkeycov δTKeyCov.ByRoot[root] = δtkeycov
// XXX if δtkeycov != ø && len(δZtail) > 1 -> rebuild δTtail // XXX if δtkeycov != ø && len(δZtail) > 1 -> rebuild δTtail
// XXX do this
} }
return δB, δTKeyCov, nil return δB, δTKeyCov, nil
......
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