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

[change] bazel info call caching mechanism #228

Merged
merged 1 commit into from Apr 21, 2022

Conversation

lukaszwawrzyk
Copy link
Contributor

Similarly to caching project between runs of the server I implemented caching for bazel info. Resolving bazel info is invoked for all endpoints, so for example when you restart IDE and want to run a build it will waste some time. Bazel info calls can be surprisingly long so it is best to avoid them if possible.

Copy link
Member

@abrams27 abrams27 left a comment

Choose a reason for hiding this comment

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

looks good, just fix the formatting

@abrams27 abrams27 changed the title Make bazel info cached [change] bazel info call caching Apr 21, 2022
@abrams27 abrams27 changed the title [change] bazel info call caching [change] bazel info call caching Apr 21, 2022
@abrams27 abrams27 changed the title [change] bazel info call caching [change] bazel info call caching mechanism Apr 21, 2022
@abrams27 abrams27 merged commit addca71 into JetBrains:master Apr 21, 2022
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.

None yet

2 participants