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: remove strongInfoHolder flag, so users can choose which plugin t… #7092

Merged
merged 3 commits into from
Dec 2, 2024

Conversation

tpasternak
Copy link
Contributor

…o use on import

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: CLion CLion plugin product: IntelliJ IntelliJ plugin product: GoLand GoLand plugin awaiting-review Awaiting review from Bazel team on PRs labels Dec 2, 2024
@@ -67,7 +67,7 @@ public class AutoImportProjectOpenProcessor extends ProjectOpenProcessor {
public @NotNull
@Nls
String getName() {
return Blaze.defaultBuildSystemName() + " Project";
return "Bazel (OG)";
Copy link
Collaborator

Choose a reason for hiding this comment

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

OG is kind of internal terminology, let's consider if there is a more clear name. On the other hand, none of "native", "Google", "old" are clear names either :/

@tpasternak tpasternak merged commit f9b566a into bazelbuild:master Dec 2, 2024
5 checks passed
@tpasternak tpasternak deleted the fix-strong-info-holder branch December 2, 2024 12:41
@github-actions github-actions bot removed the awaiting-review Awaiting review from Bazel team on PRs label Dec 2, 2024
hb-man pushed a commit to JetBrains/hirschgarten that referenced this pull request Dec 2, 2024
To differentiate from the original Bazel plugin during the EAP phase, the display name now includes "(EAP)" in the import process. This change ensures users can distinguish between different versions if they have both installed. See also: bazelbuild/intellij#7092
hb-man pushed a commit to JetBrains/hirschgarten that referenced this pull request Dec 2, 2024
This disabler is mostly obsolete now that the OG plugin no longer hijacks the import process: bazelbuild/intellij#7092

#BAZEL-1523 fixed

This reverts commit 36b4d64.
dkashyn-sfdc pushed a commit to dkashyn-sfdc/intellij that referenced this pull request Dec 2, 2024
bazelbuild#7092)

* fix: remove strongInfoHolder flag, so users can choose which plugin to use on import

* Update AutoImportProjectOpenProcessor.java

* Update BlazeProjectOpenProcessor.java
hb-man pushed a commit to JetBrains/hirschgarten that referenced this pull request Dec 3, 2024
…L-1523 Done

This disabler is mostly obsolete now that the OG plugin no longer hijacks the import process: bazelbuild/intellij#7092
hb-man pushed a commit to JetBrains/hirschgarten that referenced this pull request Dec 11, 2024
…L-1523 Done

This disabler is mostly obsolete now that the OG plugin no longer hijacks the import process: bazelbuild/intellij#7092
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: CLion CLion plugin product: GoLand GoLand plugin product: IntelliJ IntelliJ plugin
Projects
Development

Successfully merging this pull request may close these issues.

5 participants