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

Sync,Accidentally identifying warnings as errors #7117

Closed
kekxv opened this issue Dec 5, 2024 · 1 comment
Closed

Sync,Accidentally identifying warnings as errors #7117

kekxv opened this issue Dec 5, 2024 · 1 comment
Assignees
Labels
awaiting-maintainer Awaiting review from Bazel team on issues product: CLion CLion plugin type: bug

Comments

@kekxv
Copy link

kekxv commented Dec 5, 2024

Description of the bug:

截屏2024-12-05 14 29 34

it was WARNING not ERROR.
but

截屏2024-12-05 14 30 12

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.

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"],
)

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?

截屏2024-12-05 14 28 27
@tpasternak
Copy link
Contributor

I think it's fixed in #7119, feel free to reopen if it's still an issue

@github-project-automation github-project-automation bot moved this from Untriaged to Done in Bazel IntelliJ Plugin Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-maintainer Awaiting review from Bazel team on issues product: CLion CLion plugin type: bug
Projects
Development

No branches or pull requests

3 participants