Skip to content

[bug] local_defines is not rendering properly (see defines for reference). #8098

@kekxv

Description

@kekxv

Description of the bug:

local_defines is not rendering properly (see defines for reference).

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.

cc_library(
.......
    defines = [
        "ENABLE_HTTPLIB",
    ],
    local_defines = [
        "_SDK_EXPORTS",
    ],
)

Which Intellij IDE are you using? Please provide the specific version.

CLion 2025.3.1

What programming languages and tools are you using? Please provide specific versions.

No response

What Bazel plugin version are you using?

2025.12.16.0-api-version-253

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

Image

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions