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

fix: IndexNotReadyException during 'Enable Analysis' #7150

Merged

Conversation

tpasternak
Copy link
Contributor

closes #7142

Checklist

  • I have filed an issue about this change and discussed potential changes with the maintainers.
  • I have received the approval from the maintainers to make this change.
  • This is not a stylistic, refactoring, or cleanup change.

Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See
the Contributions section in the README for more
details.

Discussion thread for this change

Issue number: <please reference the issue number or url here>

Description of this change

@github-actions github-actions bot added product: IntelliJ IntelliJ plugin awaiting-review Awaiting review from Bazel team on PRs labels Dec 10, 2024
.runReadAction(
(ThrowableComputable<String, IOException>) () -> getInReadAction(fileName, content));
.runReadAction(
(ThrowableComputable<String, IOException>) () ->
Copy link
Collaborator

Choose a reason for hiding this comment

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

IOException is no longer required here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done, can you PTAL again?

@tpasternak tpasternak requested a review from ujohnny December 11, 2024 11:55
@tpasternak tpasternak merged commit 647ef8b into bazelbuild:master Dec 11, 2024
5 checks passed
@github-actions github-actions bot removed the awaiting-review Awaiting review from Bazel team on PRs label Dec 11, 2024
@tpasternak tpasternak deleted the fix-index-not-ready-exception branch December 11, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: IntelliJ IntelliJ plugin
Projects
Development

Successfully merging this pull request may close these issues.

QS error on Enable Analysis
3 participants