bazelbuild/bazel

Clarify language around labels and prefixes

Open

#13.032 geöffnet am 14. Feb. 2021

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (4.465 Forks)batch import
P3help wantedteam-Documentationteam-ExternalDepstype: documentation (cleanup)

Repository-Metriken

Stars
 (25.384 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 22T 20h) (77 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide