Description of the problem / feature request:
In a private repo, bazel cquery 'deps(//some/py_binary)' is returning empty in 4.2.0 or 4.2.1rc1. In 4.1.0, it returns a large list of dependencies.
This breaks ibazel.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
I will try to recreate in public.
See README.md at this tiny repo: https://github.com/dhalperi/bazel-13904
What operating system are you running Bazel on?
macOS Big Sur
What's the output of bazel info release?
release 4.2.0
Have you found anything relevant by searching the web?
No. Did not seem mentioned in #13558, so filing this.
Any other information, logs, or outputs that you want to share?
Will update with a public repro if I can make one.
Description of the problem / feature request:
In a private repo,
bazel cquery 'deps(//some/py_binary)'is returning empty in 4.2.0 or 4.2.1rc1. In 4.1.0, it returns a large list of dependencies.This breaks
ibazel.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
I will try to recreate in public.See README.md at this tiny repo: https://github.com/dhalperi/bazel-13904
What operating system are you running Bazel on?
macOS Big Sur
What's the output of
bazel info release?release 4.2.0Have you found anything relevant by searching the web?
No. Did not seem mentioned in #13558, so filing this.
Any other information, logs, or outputs that you want to share?
Will update with a public repro if I can make one.