Glean icon indicating copy to clipboard operation
Glean copied to clipboard

System for collecting, deriving and working with facts about source code.

Results 7 Glean issues
Sort by recently updated
recently updated
newest added

Hey folks, Glean seems really cool. I want to use this as a core component of my project but am unable to even try it out. The demo isn't working...

Are there any plans of providing binary distributions? If so, what's the status there?

It would be much easier to see what `Glean` is about if it was available from `brew install` instead of Docker. https://docs.brew.sh/Homebrew-on-Linux

At the moment the Makefile does not provide a `make install` as it's customary for Makefiles. In particular, this would allow much easier packaging for most packaging systems (as they...

Just trying out the haskell-hie indexer. I feel like something like this should work but no luck: ``` # in the tests dir $ pwd /home/dons/Glean/glean/lang/haskell/tests/code # make some .hie...

Hey folks, Glean is looking like a very interesting project, is anybody have a instruction for compilation for mac os? currently, I stuck on the compilation of fbthrift ``` [...

Is it possible to do recursive queries and if so what is the recommended way? For instance, in the schema in the example, is there an easy query that could...