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

C++: Report any extracted file as successfully extracted #15381

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

Conversation

geoffw0
Copy link
Contributor

@geoffw0 geoffw0 commented Jan 19, 2024

Change cpp/diagnostics/successfully-extracted-files to report any extracted file as successfully extracted, regardless of errors that might have been encountered during extraction. This is part of a cross-language effort to make the tool status page more optimistic about successfully extracted files, as apparently it was causing some users undue concern.

I've also added some test cases for this and related queries so we can get a clearer idea of what's going on - though they're far from exhaustive (due to limitations in what we can easily do in tests + wide diversity of scenarios in the real world).

@geoffw0 geoffw0 added the C++ label Jan 19, 2024
@geoffw0 geoffw0 requested a review from a team as a code owner January 19, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant