Refactor - STILL BROKEN
Will at least compile, but in need of a massive eunit rewrite and associated debug to get back to a potentially verifiable state again
This commit is contained in:
parent
08641e05cf
commit
0204a23a58
5 changed files with 527 additions and 766 deletions
|
@ -20,17 +20,6 @@
|
|||
expire_tombstones = false :: boolean(),
|
||||
penciller :: pid()}).
|
||||
|
||||
-record(penciller_work,
|
||||
{next_sqn :: integer(),
|
||||
clerk :: pid(),
|
||||
src_level :: integer(),
|
||||
start_time :: tuple(),
|
||||
ledger_filepath :: string(),
|
||||
unreferenced_files :: list(),
|
||||
new_files :: list(),
|
||||
level_counts :: dict(),
|
||||
target_is_basement = false ::boolean()}).
|
||||
|
||||
-record(level,
|
||||
{level :: integer(),
|
||||
is_basement = false :: boolean(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue