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

Rust: Add unresolved macro calls diagnostic #17940

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

Conversation

geoffw0
Copy link
Contributor

@geoffw0 geoffw0 commented Nov 8, 2024

Add an unresolved macro calls diagnostic, specifically:

  • rust/summary/summary-statistics extended with total / resolved / unresolved numbers for macro calls.
  • rust/diagnostics/unresolved-macro-calls new query listing the unresolved macro calls.

I'd like to have put the name of the macro in this message, but as far as I can tell we don't currently extract that (for an unresolved macro).

I'd also like to have a "percent resolved" number in the summary stats table, but I've left it out for now since it would mean changing the type of the second column (and that could interfere with DCAs ability to read it???). I'm not sure how useful a percentage is anyway. But if it's wanted, I'll figure out some way to add it.

If there will be a lot of (sustained) interest in this diagnostic I could add it to metrics tracking as well?

@geoffw0 geoffw0 added the Rust Pull requests that update Rust code label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant