bazelbuild/bazel

Clarify language around labels and prefixes

Open

#13.032 aberto em 14 de fev. de 2021

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Java (4.465 forks)batch import
P3help wantedteam-Documentationteam-ExternalDepstype: documentation (cleanup)

Métricas do repositório

Stars
 (25.384 stars)
Métricas de merge de PR
 (Mesclagem média 22d 20h) (77 fundiu PRs em 30d)

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.

Guia do colaborador