You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In RobotLocomotion/drake-ros#253, I am observing the shadowing of explicitly specified py_library(*, imports) by implicitly created imports, which seems defective, regardless of whether implicit __init__.py files are created or not?
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Description of the bug:
In RobotLocomotion/drake-ros#253, I am observing the shadowing of explicitly specified
py_library(*, imports)
by implicitly created imports, which seems defective, regardless of whether implicit__init__.py
files are created or not?What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Reduced min repro:
https://github.com/EricCousineau-TRI/repro/blob/7860b324b5864ff0268e9a8d0ea991e9792b9fd1/bazel/bazel_issue_17691/self_contained_repro.sh
Output:
At present, there's a heavy repro as indicated in the issue.
Which operating system are you running Bazel on?
Ubuntu 22.04
What is the output of
bazel info release
?release 5.3.1
If
bazel info release
returnsdevelopment 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 master; git rev-parse HEAD
?Have you found anything relevant by searching the web?
Relates #7386
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: