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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
12a3a4d7
Commit
12a3a4d7
authored
Jun 24, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
9c719e4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
wcfs/wcfs.go
wcfs/wcfs.go
+2
-2
wcfs/wcfs_test.py
wcfs/wcfs_test.py
+2
-2
No files found.
wcfs/wcfs.go
View file @
12a3a4d7
...
...
@@ -1456,8 +1456,8 @@ func (wlink *WatchLink) setupWatch(ctx context.Context, foid zodb.Oid, at zodb.T
// f.watches; if w ∉ f.watches at that moment, w will miss to receive
// pin for #3.
//
// NOTE for `unpin blk`
head we can be sure there won't be simultaneous
// `pin blk` request, because: XXX recheck
// NOTE for `unpin blk`
to -> @head we can be sure there won't be
//
simultaneous
`pin blk` request, because: XXX recheck
//
// - unpin means blk was previously pinned,
// - blk was pinned means it is tracked by δFtail,
...
...
wcfs/wcfs_test.py
View file @
12a3a4d7
...
...
@@ -903,8 +903,8 @@ def watch(twlink, zf, at, pinok=None): # -> tWatch
#
# FIXME
#
#
δ(accessed) δ(not-accessed)
# ----x-------
---------o------
-----------]-----
#
δ accessed δ not-accessed
# ----x-------
x--------x-----o
-----------]-----
# at_prev at head
#
# -> must pin to at? (not unpin @head)
...
...
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