From 6de59fa478717b1a51e612a6f17cb80de49f2956 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Tue, 8 Mar 2022 10:08:01 +0100 Subject: [PATCH] cleanup(sut): Remove old comments from dumblog --- src/sut/dumblog/src/Dumblog/Journal/Main.hs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/sut/dumblog/src/Dumblog/Journal/Main.hs b/src/sut/dumblog/src/Dumblog/Journal/Main.hs index 0643fad8..062b750b 100644 --- a/src/sut/dumblog/src/Dumblog/Journal/Main.hs +++ b/src/sut/dumblog/src/Dumblog/Journal/Main.hs @@ -75,13 +75,6 @@ fetchState mSnapshot jour0 = do {- Unclear how to: * How to archive the journal -* How to read from journal in a blocking way? - - The journal should be the thing that decides order - - But we seem to only have one reader, should that be the worker or some archiver? -* How to properly use the files? - - If the files don't exists we should create them - - If they exists we should not allocate (unless explicitly asked to) -* How do snapshots work? -} journalDumblog :: Int -> Int -> Maybe (MVar ()) -> IO () journalDumblog _capacity port mReady = do