intellij_aspect does not recognize additional_compiler_inputs
as a prerequisite
#6659
Labels
awaiting-maintainer
Awaiting review from Bazel team on issues
lang: c++
C++ rules integration
product: CLion
CLion plugin
type: bug
Description of the bug:
I'm using CLion with C++ and in one of our
cc_library
we have@$(execpath {BAZEL_TARGET})
in cops. This target is defined insideadditional_compiler_inputs
above, and build this rule in command line works fine. But if I run bazel sync, I get something that looks like this:Which category does this issue belong to?
CLion
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
This in BUILD:
Which Intellij IDE are you using? Please provide the specific version.
CLion 2024.1.5
What programming languages and tools are you using? Please provide specific versions.
C++
What Bazel plugin version are you using?
Any version
Have you found anything relevant by searching the web?
No
Any other information, logs, or outputs that you want to share?
I have a branch that fixes this issue for me that I'd like to make a pull request on master...luyi326:intellij:yi/cpp
The text was updated successfully, but these errors were encountered: