Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.1.0] Offer Shell completion for top-level packages without subpackages #20879

Merged
merged 1 commit into from
Jan 16, 2024

Commits on Jan 12, 2024

  1. Offer Shell completion for top-level packages without subpackages

    `bazel build //` now completes to `bazel build //:` when there are no packages beneath the top-level package. While this is mostly an edge case that doesn't apply to real projects, it will become more relevant when completion support is added for external repositories in a future PR.
    
    Closes bazelbuild#20679.
    
    PiperOrigin-RevId: 597873995
    Change-Id: Ida2b26536325acf130a9792b915ed8f3fe425a24
    fmeum authored and bazel-io committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c523764 View commit details
    Browse the repository at this point in the history