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

Tracking issue for VS Code use cases #4251

Open
5 tasks
Discookie opened this issue Jun 3, 2024 · 0 comments
Open
5 tasks

Tracking issue for VS Code use cases #4251

Discookie opened this issue Jun 3, 2024 · 0 comments

Comments

@Discookie
Copy link
Contributor

Tracking issue for various VS Code-related use cases, that are needed for making the UX for the "Reports in current file" on the IDE side better. See Ericsson/CodecheckerVSCodePlugin#149.

  • There should be a way to query the list of files that will be analyzed by a CodeChecker analyze command, even if it's only displayed at the start of its execution.
  • CodeChecker should store the reason why the analysis of a specific file failed. (And then be able to query it per-file with CodeChecker parse.)
  • CodeChecker should store historical failed analyses, either incrementally or on a per-file basis, and not just the last run's succeeded/failed files.
  • CodeChecker should be able to return whether a file has been analyzed or not. The three distinct cases here are not in the compilation database, in the compilation database but not analyzed, in the compilation database and analyzed.
  • If CodeChecker is killed or a timeout is reached, the fact that a timeout occured should be saved as if it was an error, similar to storing failure reasons.
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

No branches or pull requests

1 participant