-
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
Visibility not working with @my_repository
references
#7180
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
Comments
sergiocampama
pushed a commit
to bazelbuild/apple_support
that referenced
this issue
Jan 18, 2019
Avoiding bazelbuild/bazel#7180 RELNOTES: None PiperOrigin-RevId: 229942617
sergiocampama
pushed a commit
to bazelbuild/apple_support
that referenced
this issue
Jan 18, 2019
Avoiding bazelbuild/bazel#7180 RELNOTES: None PiperOrigin-RevId: 229942617
jin
added
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
untriaged
labels
Jan 18, 2019
allevato
pushed a commit
to bazelbuild/rules_swift
that referenced
this issue
Jan 28, 2019
Avoiding bazelbuild/bazel#7180 RELNOTES: None PiperOrigin-RevId: 229971482
allevato
pushed a commit
to bazelbuild/rules_swift
that referenced
this issue
Jan 28, 2019
Avoiding bazelbuild/bazel#7180 RELNOTES: None PiperOrigin-RevId: 229971482
dslomov
added
type: bug
P2
We'll consider working on this in future. (Assignee optional)
and removed
untriaged
labels
Jan 31, 2019
@dkelmer could you validate that it all works now after repository remapping is shipped? |
|
Thanks for the simple repro case btw :) |
This was referenced Nov 18, 2019
philwo
added
the
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
label
Jun 15, 2020
philwo
removed
the
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
label
Nov 29, 2021
tymurmustafaiev
pushed a commit
to tymurmustafaiev/rules_swift
that referenced
this issue
Jul 19, 2023
Avoiding bazelbuild/bazel#7180 RELNOTES: None PiperOrigin-RevId: 229971482
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
Description of the problem / feature request:
Visibility is not properly processed when using the
@my_repository
syntax for referencing targets. I'd expect that I can reference targets with both//
and@my_repository
syntax but it seems the latter trips up visibility processing.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Check out https://github.com/sergiocampama/visibility_repro_case
bazel build works
should succeed, butbazel build does_not_work
doesn't.What operating system are you running Bazel on?
macOS Mojave
What's the output of
bazel info release
?release 0.21.0
The text was updated successfully, but these errors were encountered: