From d08746a03ef75eb2c4fecb157248a762545cca1f Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Mon, 27 Nov 2023 13:48:57 +0100 Subject: update separate-database-issues-and-history-issues --- app/Main.hs | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- -- cgit v1.2.3