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
7806806d
Commit
7806806d
authored
Jun 19, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
75cbf7be
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
wcfs/δbtail.go
wcfs/δbtail.go
+4
-0
wcfs/δbtail_test.go
wcfs/δbtail_test.go
+2
-2
No files found.
wcfs/δbtail.go
View file @
7806806d
...
@@ -520,7 +520,11 @@ func diffT(ctx context.Context, a, b *Tree, δZTC SetOid) (δ map[Key]ΔValue, e
...
@@ -520,7 +520,11 @@ func diffT(ctx context.Context, a, b *Tree, δZTC SetOid) (δ map[Key]ΔValue, e
δv
.
New
=
δv1
.
New
δv
.
New
=
δv1
.
New
}
}
if
δv
.
Old
!=
δv
.
New
{
δ
[
k
]
=
δv
δ
[
k
]
=
δv
}
else
{
delete
(
δ
,
k
)
}
}
}
/*
/*
...
...
wcfs/δbtail_test.go
View file @
7806806d
...
@@ -520,8 +520,8 @@ func xverifyΔBTail1(t *testing.T, subj string, db *zodb.DB, treeRoot zodb.Oid,
...
@@ -520,8 +520,8 @@ func xverifyΔBTail1(t *testing.T, subj string, db *zodb.DB, treeRoot zodb.Oid,
emsg
+=
strings
.
Join
(
badv
,
"
\n
"
)
emsg
+=
strings
.
Join
(
badv
,
"
\n
"
)
emsg
+=
"
\n
"
emsg
+=
"
\n
"
//
t.Error(emsg)
t
.
Error
(
emsg
)
t
.
Fatal
(
emsg
)
//
t.Fatal(emsg)
}
}
}()
}()
...
...
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