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
18362227
Commit
18362227
authored
Jun 10, 2019
by
Kirill Smelkov
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X #5 access still triggers read to #4 ?
parent
c64141e4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wcfs/wcfs_test.py
wcfs/wcfs_test.py
+1
-1
No files found.
wcfs/wcfs_test.py
View file @
18362227
...
...
@@ -1217,7 +1217,7 @@ def test_wcfs():
f
.
assertBlk
(
2
,
'4c'
,
{
wl
:
{
2
:
at3
}})
print
(
'000'
)
# blk4 is hole @head - the same as at earlier db view XXX or do not allow hole past .size ?
f
.
assertBlk
(
4
,
''
,
{
wl
:
{}})
#
f.assertBlk(4, '', {wl: {}})
print
(
'AAA'
)
f
.
assertBlk
(
5
,
'4f'
,
{
wl
:
{
5
:
at0
}})
# XXX at0 -> ø XXX also triggers access to #4 ?
# XXX 0, {0, at3} after δbtree works
...
...
Kirill Smelkov
@kirr
mentioned in commit
fbf15309
·
Oct 27, 2021
mentioned in commit
fbf15309
mentioned in commit fbf15309ee11d1ec6830575f98a86115a5fe79ae
Toggle commit list
Kirill Smelkov
@kirr
mentioned in commit
d81d2cbb
·
Oct 28, 2021
mentioned in commit
d81d2cbb
mentioned in commit d81d2cbb3fd142ac0d222925c1121255bcc4fc81
Toggle commit list
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