SourceGraph icon indicating copy to clipboard operation
SourceGraph copied to clipboard

Static code analysis using graph-theoretic techniques

Results 9 SourceGraph issues
Sort by recently updated
recently updated
newest added

The program appears to hang if run on its own source code. Is it merely very slow or is there a non-terminating loop somewhere?

I made an updated version that works with current dependencies — check out the pull request #8. You are welcome also to submit any improvements you may have as pull...

Building on the previous work #7 by @hpacheco, I made the program build with GHC 8.10.7 and the current versions of dependencies. This also requires the update of `Graphalyze` that...

for my own projects it is useful to import some of the of the SourceGraph functions directly, such as , cyclomaticComplexity, instead of running the comand-line tool. I have lazily...

This looks beautiful. Thanks for building it. I ran stack new (using resolver: lts-9.4) to make a sandbox called sg for trying SourceGraph. I added SourceGraph to the build-depends in...

I'm using win10, and my ghc version is: ``` >ghc --version The Glorious Glasgow Haskell Compilation System, version 7.10.1 ``` When `cabal install SourceGraph` I got the following error messages:...

I using SourceGraph (actually [the @utdemir fork](https://github.com/utdemir/SourceGraph), so it'll build) some parser code that I've written to try to identify recursive loops in the type graph and call graph. I...

When I try to install Haskell Sourcegraph I get this error... johnreedlol@johnreedcomputer:~$ cabal install SourceGraph Resolving dependencies... cabal: Could not resolve dependencies: trying: SourceGraph-0.7.0.7 (user goal) trying: Cabal-1.22.7.0/installed-766... (dependency of...

Have you looked at using the GHC API to do the name resolution for you? Do you think this would be difficult to do?