Mai Hussien

Results 8 issues of Mai Hussien

The 2022.2 EAPs for IntelliJ and CLion are released and we have made the necessary changes to enable working towards supporting this new version. You can now build the Bazel...

Cherry-pick: https://github.com/bazelbuild/intellij/pull/3789 RemovedAction should delegate isDumbAware Fixes #3788

Remove the use of a deprecated API. > It's a good idea to open an issue first for discussion. - [x] Tests pass - [x] Tests and examples for any...

this dependency was brought in for android related test data that we can drop and drop the dependency. `querysync/javatests/com/google/idea/blaze/qsync/testdata/kotlinandroidlib` and `querysync/javatests/com/google/idea/blaze/qsync/testdata/instrumentationtest` did not have test targets.

awaiting-review

it hides failures on the under-dev IDE versions and it is no longer needed since the compatibility changes for the new IDE versions are usually sent out in the same...

P4
product: IntelliJ
awaiting-review

`apple_common.get_cpu()` is no longer needed after its usage is removed in https://github.com/bazelbuild/rules_apple/commit/0410c024c1eac29f8cfbe4f7c78bef54c92d0422. We plan to remove it from `apple_common`, so the commit above needs to be cherry-picked into main branch.

These updates are mainly needed for compatibility with bazel 9: - Update version of `rules_cc` to [0.2.10](https://github.com/bazelbuild/rules_cc/releases/tag/0.2.10) to fix [the cyclic dependency error](https://buildkite.com/bazel/rules-python-python/builds/13441#019a01d8-d32f-429a-b465-66caee545ab7) while testing with bazel 9 pre-release -...