-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Package boundary crossing warning missing information #12527
Comments
Can you share information how to reproduce the issue, please? |
I'm not sure of the exact way to reproduce, but I believe it has to do with having the following config setting in
and including a |
Do you have anything self contained? |
You can see from the code how to trigger this:
|
Not the particular case I had hit, but that above works. Is it possible to make it so that |
…s a package boundary. We probably shouldn't cross package boundaries when collecting these entries in the first place, but we might as well put lipstick on this pig. Closes bazelbuild#12527 PiperOrigin-RevId: 346344693
Description of the problem / feature request:
I'm getting a number of warnings of the form:
What operating system are you running Bazel on?
Linux, Ubuntu 16.04.7 LTS.
What's the output of
bazel info release
?release 3.4.1
Have you found anything relevant by searching the web?
I haven't found anything that is closely related to this issue of "null" being mentioned in the warning, which seems to substitute for what is normally more useful information in other people's cases.
The text was updated successfully, but these errors were encountered: