github-vet / bots

Bots for running analysis on GitHub's public Go repositories and crowdsourcing their classification.
MIT License
1 stars 1 forks source link

UX: output table of source locations where signatures have been found #111

Open kalexmills opened 3 years ago

kalexmills commented 3 years ago

For complicated callgraph issues; a lookup table which maps from signatures to positions in the source where matching function declarations were found might be super helpful.

Then again; it might not be necessary.

There are other ways to modify the graphviz output to produce this kind of info as well; again, they might not be needed.