Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Fixed issue where function definitions were returning references#655

Merged
scohen merged 1 commit into
mainfrom
fix-function-definitions
Mar 25, 2024
Merged

Fixed issue where function definitions were returning references#655
scohen merged 1 commit into
mainfrom
fix-function-definitions

Conversation

@scohen

@scohen scohen commented Mar 21, 2024

Copy link
Copy Markdown
Collaborator

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 scottming and zachallaun March 21, 2024 21:56
@scohen scohen merged commit 56ddd70 into main Mar 25, 2024
@scohen scohen deleted the fix-function-definitions branch March 27, 2024 16:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants