bazelbuild/bazel

Add `textual_hdrs` to cc_binary

Open

#20 823 ouverte le 9 janv. 2024

Voir sur GitHub
 (0 commentaires) (1 réaction) (0 assignés)Java (4 465 forks)batch import
P2help wantedteam-Rules-CPPtype: feature request

Métriques du dépôt

Stars
 (25 384 stars)
Métriques de merge PR
 (Merge moyen 22j 20h) (77 PRs mergées en 30 j)

Description

Description of the feature request:

Given that there is an allowlist of possible file extensions in hdrs= and that cc_binary doesn't have a textual_hdrs attribute, there isn't really a good way to say "this cc_binary has a source file that is included from somewhere but it doesn't compile by itself".

Sounds like a logical addition and nice polish.

Which category does this issue belong to?

C++/Objective-C Rules

What underlying problem are you trying to solve with this feature?

No response

Which operating system are you running Bazel on?

\

What is the output of bazel info release?

No response

If bazel info release returns development version or (@non-git), tell us how you built Bazel.

No response

What's the output of git remote get-url origin; git rev-parse master; git rev-parse HEAD ?

No response

Have you found anything relevant by searching the web?

No response

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

No response

Guide contributeur