"PkgA visible from PkgB" or "PkgA visible to PkgB"? Should be latter. #4175
Unanswered
chjfth
asked this question in
Community Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suggestion. in Bazel 6.0.0, error message "//libsrc:XXX is not visible from target //examples:YYY" should better be "XXX is not visible to target YYY".
As appear in the image shown below:
https://i.stack.imgur.com/XMBKr.png
Also, in https://bazel.build/concepts/visibility , the doc uses "visible to" as well:
Beta Was this translation helpful? Give feedback.
All reactions