bazelbuild/bazel

Add a `bazel mod` output option to print canonical names

Open

#26,798 opened on 2025年8月20日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Java (4,465 forks)batch import
P2help wantedteam-ExternalDepstype: feature request

Repository metrics

Stars
 (25,384 stars)
PR merge metrics
 (平均マージ 22d 20h) (30d で 77 merged PRs)

説明

Description of the feature request:

There are a number of places where one must know the canonical name of a repo:

  • to debug an extension you wrote, it's very helpful to be able to get the path on disk of the repo you generated, and for that you need the canonical name
  • bazel mod show_repo requires a canonical name for extension repos

It would be very helpful in these cases if mod graph --extension_info all could be convinced to output the canonical names of repos instead of the apparent names, perhaps via a flag?

Which category does this issue belong to?

External Dependency

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

Debugging an extension you're trying to write is pretty tricky right now.

Which operating system are you running Bazel on?

linux

What is the output of bazel info release?

release 8.3.1

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 HEAD ?

Have you found anything relevant by searching the web?

No response

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

No response

コントリビューターガイド