Skip to content

Commit 2b010ec

Browse files
committed
todo(issue558): highlight mismatch
1 parent 07fdff6 commit 2b010ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Database/LSMTree/Model/Session.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,9 @@ openSnapshot label name = do
592592
Just table' ->
593593
newTableWith conf table'
594594

595+
-- TODO: to match the implementation of the real table, this should not corrupt the
596+
-- snapshot if there are _no non-empty files_; however, since there are no such
597+
-- snapshots, this is probably fine
595598
corruptSnapshot ::
596599
(MonadState Model m, MonadError Err m)
597600
=> SnapshotName

0 commit comments

Comments
 (0)