HieDb icon indicating copy to clipboard operation
HieDb copied to clipboard

Project dependency typeclass function definitions not getting indexed

Open nlander opened this issue 1 year ago • 0 comments

I think these steps would reproduce the issue I have found:

  • Build haskell-language-server with -fwrite-ide-info enabled with cabal HEAD
  • (assuming there is already an hiedb initialized for hacking on haskell-language-server): $(cabal list-bin ghcide) hiedb index ~/.cabal/store/aeson-[hash]
  • $(cabal list-bin ghcide) hiedb name-def parseJSON -- I believe this will fail

nlander avatar Jul 11 '23 11:07 nlander