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

fix: skip exported symbols with no definition #72

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tjdevries
Copy link
Contributor

@tjdevries tjdevries commented Jul 20, 2022

Fixes #60

Test plan

  • I will add tests before we merge

Comment on lines 112 to 113
// TODO: We could instead pass back a list of warnings to be displayed by callers?
// I don't really like just printing to stdout here (additionally, these could be coallesced between documents)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, we shouldn't be printing to stdout here. For example, having this output in src CLI would not be useful when looking at logs. Instead, any I/O should be happening within scip CLI.

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.

Ignore Document.symbols that have no definition inside that document
2 participants