diff options
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 -- |