diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-25 14:24:10 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-25 14:41:47 +0100 |
commit | 36f65ac25ca53faa06faa6993b83dd9a059f8e72 (patch) | |
tree | e1a190f77263a214f5e05836a9a234d8bd30a629 /app | |
parent | 69f0021518a93db9fef11b45a464457eb9890ac5 (diff) |
issue: close compute-history-from-the-top
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/Main.hs b/app/Main.hs index 4b129d9..ab88d96 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -34,12 +34,6 @@ -- @priority high -- @topic review --- TODO Compute history from the top --- --- Currently we are computing the history from the bottom (ie. earliest commit --- first). When computing history from the top, it might allow us to interrupt --- the process and present slightly inaccurate information earlier. - -- TODO Add support for cache progress -- -- When generating caches, `anissue` can sometimes run for a long time without |