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

FEAT (WIP) | Report a path through the callgraph when claiming a goroutine is started #59

Closed kalexmills closed 3 years ago

kalexmills commented 3 years ago

WIP

kalexmills commented 3 years ago

@aclements; since you asked.

kalexmills commented 3 years ago

So far, enough work has been done to extract a path from the callgraph for the kind of reports mentioned in #31.

What remains is to actually make it pretty and include it in the report. This change would only provide basic functionality. It's also not going to re-review any previously reported instances (no mechanism currently exists to do that kind of thing).

As an aside, I'm realizing looppointer needs some TLC. That may become part of this PR.

kalexmills commented 3 years ago

I've now got the change in place to report this information if it exists. Plan to deploy this afternoon.