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

Fixed issue where function definitions were returning references #655

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

scohen
Copy link
Collaborator

@scohen scohen commented Mar 21, 2024

There was an issue where function definitions were returning references as well as the definition. This is because the function definition extractor didn't consume the definition AST and passed it to the function reference extractor, which would pick up the references.

There was an issue where function definitions were returning
references as well as the definition. This is because the function
definition extractor didn't consume the definition AST and passed it
to the function reference extractor, which would pick up the references.
@scohen scohen requested review from zachallaun and scottming March 21, 2024 21:56
@scohen scohen merged commit 56ddd70 into main Mar 25, 2024
9 checks passed
@scohen scohen deleted the fix-function-definitions branch March 27, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants