We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it was WARNING not ERROR. but
WARNING
ERROR
CLion
constraint_setting(name = "incompatible_setting") constraint_value( name = "incompatible", constraint_setting = ":incompatible_setting", )
cc_library( name = "k", srcs = [], hdrs = ["k.hpp"], target_compatible_with = select({ "//conditions:default": ["//toolchains:incompatible"], }), visibility = ["//visibility:public"], )
No response
c++
2024.11.19
The text was updated successfully, but these errors were encountered:
I think it's fixed in #7119, feel free to reopen if it's still an issue
Sorry, something went wrong.
ujohnny
No branches or pull requests
Description of the bug:
it was
WARNING
notERROR
.but
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.
Which Intellij IDE are you using? Please provide the specific version.
No response
What programming languages and tools are you using? Please provide specific versions.
c++
What Bazel plugin version are you using?
2024.11.19
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
The text was updated successfully, but these errors were encountered: