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
11ce2ba7
Commit
11ce2ba7
authored
Oct 15, 2018
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
e8c26821
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
wcfs/wcfs.go
wcfs/wcfs.go
+4
-3
wcfs/wcfs_test.py
wcfs/wcfs_test.py
+0
-2
No files found.
wcfs/wcfs.go
View file @
11ce2ba7
...
...
@@ -404,9 +404,10 @@ func (bfroot *BigFileRoot) mkdir(name string, fctx *fuse.Context) (_ *nodefs.Ino
}
bfdir
:=
&
BigFileDir
{
Node
:
nodefs
.
NewDefaultNode
(),
oid
:
oid
,
zdb
:
zdb
,
Node
:
nodefs
.
NewDefaultNode
(),
oid
:
oid
,
zdb
:
zdb
,
revTab
:
make
(
map
[
zodb
.
Tid
]
*
BigFileRev
),
}
bfhead
:=
&
BigFileRev
{
...
...
wcfs/wcfs_test.py
View file @
11ce2ba7
...
...
@@ -255,8 +255,6 @@ def test_bigfile_empty():
assert
tail2
[:
len
(
s2
)]
==
s2
assert
tail2
[
len
(
s2
):]
==
b'
\
0
'
*
(
blksize
-
len
(
s2
))
return
# XXX temp
# path to f's state @tcommit1
fpath1
=
fpath
+
(
"/@%s"
%
tcommit1
.
encode
(
"hex"
))
...
...
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