facebookincubator / Glean

System for collecting, deriving and working with facts about source code.
https://glean.software/
Other
932 stars 43 forks source link

glean throws error on basic usage with haskell-hie indexer #457

Closed Boarders closed 2 months ago

Boarders commented 2 months ago

I am trying to use the haskell-hie indexer. I have a local build of glean and if I do:

../github/Glean-copy/dist-newstyle/build/x86_64-linux/ghc-8.10.2/glean-0.1.0.0/x/glean/build/glean/glean index --db temp-db/ haskell-hie dist-newstyle/

in a local project, then I get the following error:

glean: basic-thriftservice does not support Tier
CallStack (from HasCallStack):
  error, called at glean/util/Glean/Impl/ThriftService.hs:98:25 in glean-0.1.0.0-inplace-util:Glean.Impl.ThriftService

Any ideas what I might be doing wrong?