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

Certain decorators cause functions not to appear in the call graph #91

Closed
khatchad opened this issue Oct 17, 2023 · 3 comments
Closed
Labels
bug Something isn't working decorators

Comments

@khatchad
Copy link
Collaborator

There are certain decorators that cause the call graph to be created correctly. Several times now, I see that nodes are missing when the function is decorated. The decorator can alter the behavior of the function, and I assume that the call graph construction is trying to account for that. More info soon.

@khatchad
Copy link
Collaborator Author

I don't think custom decorators work.

@khatchad
Copy link
Collaborator Author

khatchad commented May 1, 2024

@khatchad
Copy link
Collaborator Author

khatchad commented May 1, 2024

If a decorator comes from a library, it needs an XML summary (like the ones in pytest.xml). Either we need to add the summary, or the problem is with the issues referenced in #91 (comment).

@khatchad khatchad closed this as not planned Won't fix, can't repro, duplicate, stale May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working decorators
Projects
None yet
Development

No branches or pull requests

1 participant