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
0e715fa9
Commit
0e715fa9
authored
May 14, 2021
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
cc66aee9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
wcfs/δbtail.go
wcfs/δbtail.go
+1
-2
No files found.
wcfs/δbtail.go
View file @
0e715fa9
...
@@ -943,8 +943,7 @@ func (δBtail *ΔBtail) rebuild() (err error) {
...
@@ -943,8 +943,7 @@ func (δBtail *ΔBtail) rebuild() (err error) {
// FIXME here trackNew was adjusted to correspond to @tail
// FIXME here trackNew was adjusted to correspond to @tail
// FIXME -> we have to map it back to correspond to @head before merge
// FIXME -> we have to map it back to correspond to @head before merge
//
//
// XXX -> teach diffT to return not only δtrack, but also δtrack*
// TODO -> remember δtracks from treediff; reverse them and apply them back in reverse order.
// (conjugate) that would describe how track index changes if going A<-B ?
δBtail
.
trackIdx
.
UnionInplace
(
trackNew
)
δBtail
.
trackIdx
.
UnionInplace
(
trackNew
)
return
nil
return
nil
...
...
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