Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sanity check: check that call graph is complete #36

Open
cdstanford opened this issue Jun 5, 2023 · 0 comments
Open

Sanity check: check that call graph is complete #36

cdstanford opened this issue Jun 5, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed roadmap-v1 Roadmap for v1.0

Comments

@cdstanford
Copy link
Collaborator

cdstanford commented Jun 5, 2023

Check that for each node in the call graph, we also have scanned its definition (or can find it in a dependency, or it's an FFI call)

This is a good sanity check to make sure we're not silently missing large sections of the call graph or mapping function calls to an identifier we don't recognize.

@cdstanford cdstanford added the roadmap-v0 On the current roadmap label Jun 5, 2023
@cdstanford cdstanford added help wanted Extra attention is needed good first issue Good for newcomers enhancement New feature or request roadmap-v1 Roadmap for v1.0 and removed roadmap-v0 On the current roadmap labels Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed roadmap-v1 Roadmap for v1.0
Projects
None yet
Development

No branches or pull requests

1 participant