Commit 704483e5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 476da755
......@@ -1351,7 +1351,7 @@ func (δBtail *ΔBtail) ForgetPast(revCut zodb.Tid) {
//
// if revExact=False - rev is upper estimate for the revision.
//
// XXX at must ∈ (tail, head] XXX [tail ?
// XXX at must ∈ (tail, head]
// XXX key must be tracked
//
// XXX naming -> GetAt ?
......
......@@ -774,6 +774,7 @@ func xverifyΔBTail_Update1(t *testing.T, subj string, db *zodb.DB, treeRoot zod
// xverifyΔBtail_Get verifies δBtail.Get on series of vt ZODB changes.
// XXX
func xverifyΔBTail_Get(t *testing.T, db *zodb.DB, treeRoot zodb.Oid, vt ...*tTreeCommit) {
return
subj := vt[0].tree
for _, t := range vt[1:] {
subj += "→" + t.tree
......
......@@ -468,7 +468,7 @@ func (δFtail *ΔFtail) SliceByFileRev(file *BigFile, lo, hi zodb.Tid) /*readonl
// if exact=False - what is returned is only an upper bound for last block revision.
//
// f must be from head/
// at must ∈ (tail, head] XXX [tail ?
// at must ∈ (tail, head]
// blk must be tracked
//
// XXX +ctx, error rebuild []δF here
......
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