bazelbuild/bazel

Clarify language around labels and prefixes

Open

#13 032 ouverte le 14 févr. 2021

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Java (4 465 forks)batch import
P3help wantedteam-Documentationteam-ExternalDepstype: documentation (cleanup)

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

Documentation URL: https://docs.bazel.build/versions/master/build-ref.html

Says:

Labels start with //

But then goes on to say:

the following "relative" labels are all equivalent: //my/app:app //my/app :app app

The last two don't start with //. So are they labels or not? Please clarify the text.

Guide contributeur