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
9522ead4
Commit
9522ead4
authored
Mar 30, 2021
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
a1adf641
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
wcfs/testdata/zblk_test_gen.py
wcfs/testdata/zblk_test_gen.py
+2
-2
wcfs/zset_bigfile.go
wcfs/zset_bigfile.go
+1
-1
wcfs/zset_i64.go
wcfs/zset_i64.go
+1
-1
wcfs/zset_oid.go
wcfs/zset_oid.go
+1
-1
No files found.
wcfs/testdata/zblk_test_gen.py
View file @
9522ead4
...
...
@@ -28,12 +28,12 @@ from numpy import arange
import
os
,
os
.
path
,
transaction
import
zodbtools.test.gen_testdata
# to make time predictable
from
zodbtools.test.gen_testdata
import
run_with_zodb
3
py2_compat
from
zodbtools.test.gen_testdata
import
run_with_zodb
4
py2_compat
K
=
1024
def
main
():
run_with_zodb
3
py2_compat
(
main2
)
run_with_zodb
4
py2_compat
(
main2
)
def
main2
():
outfs
=
"testdata/zblk.fs"
...
...
wcfs/zset_bigfile.go
View file @
9522ead4
// Code generated by gen-set BigFile *BigFile; DO NOT EDIT.
// Copyright (C) 2015-202
0
Nexedi SA and Contributors.
// Copyright (C) 2015-202
1
Nexedi SA and Contributors.
// Kirill Smelkov <kirr@nexedi.com>
//
// This program is free software: you can Use, Study, Modify and Redistribute
...
...
wcfs/zset_i64.go
View file @
9522ead4
// Code generated by gen-set I64 int64; DO NOT EDIT.
// Copyright (C) 2015-202
0
Nexedi SA and Contributors.
// Copyright (C) 2015-202
1
Nexedi SA and Contributors.
// Kirill Smelkov <kirr@nexedi.com>
//
// This program is free software: you can Use, Study, Modify and Redistribute
...
...
wcfs/zset_oid.go
View file @
9522ead4
// Code generated by gen-set Oid Oid; DO NOT EDIT.
// Copyright (C) 2015-202
0
Nexedi SA and Contributors.
// Copyright (C) 2015-202
1
Nexedi SA and Contributors.
// Kirill Smelkov <kirr@nexedi.com>
//
// This program is free software: you can Use, Study, Modify and Redistribute
...
...
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