-
Notifications
You must be signed in to change notification settings - Fork 383
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
Can't resolve root module from external module #1862
Comments
@fmeum seems to fix the issue! I do get some other errors when overriding gazelle to your commits, but I assume those are unrelated.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of gazelle are you using?
v0.38.0
What version of rules_go are you using?
v0.47.1
What version of Bazel are you using?
7.1.1
Does this issue reproduce with the latest releases of all the above?
Yes
What operating system and processor architecture are you using?
Linux x86
What did you do?
Add a
gazelle:resolve
to resolve a name to a target in the local root module like so:What did you expect to see?
I expected this to successfully resolve, as
@@//...
should be visible to external modules.What did you see instead?
It did not resolve. Inspecting the generated BUILD.bazel file shows that the double
@@
was replaced with a single@
.Generated BUILD.bazel:
The text was updated successfully, but these errors were encountered: