diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-11-27 13:48:57 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-27 13:48:57 +0100 |
commit | d08746a03ef75eb2c4fecb157248a762545cca1f (patch) | |
tree | 982f5885cec1f22e92b5896b94a550708bdc40a1 /app/Main.hs | |
parent | a1222f548e865b86bc29a712560968a9d2a30710 (diff) |
update separate-database-issues-and-history-issues
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs index 1de7360..5fea8dc 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -24,6 +24,18 @@ -- -- @assigned aforemny -- @status in-progress +-- +-- COMMENT I've attempted this, and have not been happy with the outcome. +-- Short of separating provenance from issues, ie. maintaining a separate +-- structure to track provenance, we cannot overcome (1) since it is part +-- of the algorithm. +-- +-- I've overcome (2) by not memoizing `internalTags` and overcome (3) by +-- capturing `rawText` and comparing that. +-- +-- I am as of now not convinced that separating provenance into an +-- external structure is the way forward (nor am I convinced that is is +-- not). -- TODO Parse issues as markdown -- |