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

🐛 add default cache prime step #754

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

Conversation

savitharaghunathan
Copy link
Member

fixes #694

@pranavgaikwad @shawn-hurley PTAL and let me know if this the right spot to fix the issue. I am a work in progress on understanding the codebase. Any thoughts/suggestions will be appreciated. Thanks

Signed-off-by: Savitha Raghunathan <[email protected]>
@savitharaghunathan savitharaghunathan marked this pull request as draft March 25, 2025 19:33
@savitharaghunathan savitharaghunathan self-assigned this Mar 26, 2025
@@ -282,6 +282,15 @@ def initialize(
],
)

app.log.info("Priming analyzer cache with default run")

app.analyzer.run_analyzer_lsp(
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if this can be fired and returned so we are ready to work?

I guess the question is, how much time does this add to start up, and do we want to "do" something different

Signed-off-by: Savitha Raghunathan <[email protected]>
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.

Generating resolutions for issues from a stale analysis report breaks things
3 participants