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
fc9ce782
Commit
fc9ce782
authored
Jun 05, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
89b1ed4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
wcfs/δbtail_test.go
wcfs/δbtail_test.go
+3
-3
No files found.
wcfs/δbtail_test.go
View file @
fc9ce782
...
...
@@ -163,7 +163,7 @@ func StartTreeSrv(zurl string) (_ *TreeSrv, err error) {
return
tg
,
nil
}
// StartAllStructsSrv sp
wa
ns `treegen allstructs.srv` server.
// StartAllStructsSrv sp
aw
ns `treegen allstructs.srv` server.
func
StartAllStructsSrv
()
(
_
*
AllStructsSrv
,
err
error
)
{
defer
xerr
.
Context
(
&
err
,
"allstructs.srv: start"
)
...
...
@@ -266,7 +266,7 @@ func XGetTree(db *zodb.DB, at zodb.Tid, root zodb.Oid) map[Key]string {
}
// XXX better load through direct nodes traversal, not via bucket.next?
// (firstbucket and .next are scondary and might be broken)
// (firstbucket and .next are s
e
condary and might be broken)
err
=
ztree
.
PActivate
(
ctx
);
X
(
err
)
defer
ztree
.
PDeactivate
()
zbucket
:=
ztree
.
FirstBucket
()
...
...
@@ -685,7 +685,7 @@ func TestIntSets(t *testing.T) {
}
// kvdiff returns differen
s
in between kv1 and kv2.
// kvdiff returns differen
ce
in between kv1 and kv2.
var
DEL
=
"ø"
// DEL means key deletion
func
kvdiff
(
kv1
,
kv2
map
[
Key
]
string
)
map
[
Key
]
string
{
delta
:=
map
[
Key
]
string
{}
...
...
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