-
Notifications
You must be signed in to change notification settings - Fork 311
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: Sync failure after non-fatal bazel failure #7119
Merged
tpasternak
merged 1 commit into
bazelbuild:master
from
tpasternak:fix-sync-failure-after-non-fatal-bazel-error
Dec 5, 2024
Merged
fix: Sync failure after non-fatal bazel failure #7119
tpasternak
merged 1 commit into
bazelbuild:master
from
tpasternak:fix-sync-failure-after-non-fatal-bazel-error
Dec 5, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
product: CLion
CLion plugin
product: IntelliJ
IntelliJ plugin
product: GoLand
GoLand plugin
awaiting-review
Awaiting review from Bazel team on PRs
labels
Dec 5, 2024
PTAL what happens latere with this data intellij/base/src/com/google/idea/blaze/base/sync/aspects/BlazeIdeInterfaceAspectsImpl.java Lines 203 to 208 in ed514c7
|
sellophane
approved these changes
Dec 5, 2024
github-actions
bot
removed
the
awaiting-review
Awaiting review from Bazel team on PRs
label
Dec 5, 2024
tpasternak
pushed a commit
to tpasternak/bazel-intellij
that referenced
this pull request
Dec 6, 2024
tpasternak
pushed a commit
to tpasternak/bazel-intellij
that referenced
this pull request
Dec 6, 2024
mai93
added a commit
that referenced
this pull request
Dec 6, 2024
* fix: Sync failure after non-fatal bazel failure (#7119) * Fix reading of _kt_toolchain attribute (#7115) Fixes #7114. rules_kotlin has moved to using a special _kt_toolchain attribute, but it looks like the plugin is unable to properly read them. This commit fixes the output group `intellij-info-kt` (instead of `intellij-info-kotlin`) and adds rule kinds so that the plugin recognizes the toolchain. Change-Id: Iee168c264e81c17ffbb509045275faf0a88e1b72 * fix: Kotlin toolchain detection (#7122) It has been accidentally removed here a88c6db#diff-7e834e0a725805ad4dfd127ba905e50964c78307ddb756da99d15a0a1ea28a46L1117-R1124 * doc: Update changelog for hotfix * Update CHANGELOG --------- Co-authored-by: Jack Dai <[email protected]> Co-authored-by: Mai Hussien <[email protected]>
mai93
added a commit
that referenced
this pull request
Dec 6, 2024
* fix: Sync failure after non-fatal bazel failure (#7119) * Fix reading of _kt_toolchain attribute (#7115) Fixes #7114. rules_kotlin has moved to using a special _kt_toolchain attribute, but it looks like the plugin is unable to properly read them. This commit fixes the output group `intellij-info-kt` (instead of `intellij-info-kotlin`) and adds rule kinds so that the plugin recognizes the toolchain. Change-Id: Iee168c264e81c17ffbb509045275faf0a88e1b72 * fix: Kotlin toolchain detection (#7122) It has been accidentally removed here a88c6db#diff-7e834e0a725805ad4dfd127ba905e50964c78307ddb756da99d15a0a1ea28a46L1117-R1124 * doc: Update changelog for hotfix * Update CHANGELOG --------- Co-authored-by: Jack Dai <[email protected]> Co-authored-by: Mai Hussien <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
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