-
-
Notifications
You must be signed in to change notification settings - Fork 662
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
cycle dependency in nogo and go_context_data #2479
Comments
Thanks for reporting. It looks like my workaround for bazelbuild/bazel#11291 won't work. I'll roll back #2374 and #2374. Which is very disappointing. I was really looking forward to getting rid of |
We've stumbled across an instance of this bug which, for some reason, seems to manifest when we upgrade
I've also confirmed that using a lower version of
Since this reliably breaks Gazelle, the dependency update is blocked. I haven't been able to find a workaround -- any guidance y'all have would be very helpful. |
This issue is affecting me as well. |
Running into this issue too. Applying the x/tools downgrade does avoid the issue but is not really viable |
Note: this commit should not necessary as this has been suitably fixed on the 'master' branch already. However, the fixes are only available in 0.43.3 or later and CockroachDB cannot upgrade to that version because of cockroachdb/cockroach#67221 (comment) and bazel-contrib/rules_go#2479 So we're using this backport fix instead until that other dependency management issue is resolved.
Note: this commit should not necessary as this has been suitably fixed on the 'master' branch already. However, the fixes are only available in 0.43.3 or later and CockroachDB cannot upgrade to that version because of cockroachdb/cockroach#67221 (comment) and bazel-contrib/rules_go#2479 So we're using this backport fix instead until that other dependency management issue is resolved.
This helps to avoid bazel-contrib/rules_go#2479. Release note: None
67489: clisqlclient: trim down dependencies r=otan a=knz Fixes #67482. Informs #67470. 67669: bazel: upgrade gazelle to latest r=rail a=rickystewart This helps to avoid bazel-contrib/rules_go#2479. Release note: None Co-authored-by: Raphael 'kena' Poss <knz@thaumogen.net> Co-authored-by: Ricky Stewart <ricky@cockroachlabs.com>
This helps to avoid bazel-contrib/rules_go#2479. Release note: None
Also experiencing this issue attempting to update golang.org/x/tools from v0.1.0 to v0.1.5 |
Should be fixed by bazel-contrib/bazel-gazelle@9f72eed |
What version of rules_go are you using?
745de50
What version of gazelle are you using?
7e93b118efcdfe63f43057a88711762e0b5d7267
What version of Bazel are you using?
3.0.0
Does this issue reproduce with the latest releases of all the above?
yes
What operating system and processor architecture are you using?
Darwin amd 64
What did you do?
git clone git@github.com:linzhp/bazel_examples.git cd bazel_examples git checkout 510e7a2798ab0f3e9cf2b93b06a28a92dad539fd bazel build //:gazelle
What did you expect to see?
Build completed successfully
What did you see instead?
The text was updated successfully, but these errors were encountered: