
9 Mar
2020
9 Mar
'20
6:08 p.m.
Yes, indeed - which is really neat.
-- Marcin
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Sunday, March 8, 2020 10:38 PM, Jack Kelly
Marcin Szamotulski via Haskell-Cafe haskell-cafe@haskell.org writes:
I wrote a GHC plugin which writes tags files. I've been proof testing it on a large code base where parts of it is using various type extensions, or formats (literate haskell, haskell, hsc files) - it works very well.
This looks really neat. I'm not familiar with GHC's plugin system; does this mean that with this enabled, ghcid will also maintain the tags table as it reloads files?
-- Jack