Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
ca31958e
Commit
ca31958e
authored
Oct 12, 2021
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
41bda039
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wcfs/internal/xbtree/δbtail.go
wcfs/internal/xbtree/δbtail.go
+1
-1
No files found.
wcfs/internal/xbtree/δbtail.go
View file @
ca31958e
...
...
@@ -474,12 +474,12 @@ func (δBtail *ΔBtail) track(path []zodb.Oid, keycov KeyRange) {
// nothing to do if keycov is already queued to be tracked in trackNew or krebuildJobs
if
δTtail
.
krebuildJobs
.
IntersectsRange
(
keycov
)
{
tracefΔBtail
(
"->T: nop (already in krebuildJobs)
\n
"
)
assertSamePathToLeaf
(
job
.
trackNew
,
"job.trackNew"
)
job
,
r
,
ok
:=
δTtail
.
krebuildJobs
.
Get_
(
keycov
.
Lo
)
if
!
(
ok
&&
r
==
keycov
)
{
panicf
(
"BUG: keycov is already present in krebuildJobs, but only partly
\n
keycov: %s
\n
krebuildJobs: %v"
,
keycov
,
δTtail
.
krebuildJobs
)
}
assertSamePathToLeaf
(
job
.
trackNew
,
"job.trackNew"
)
return
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment