-
-
Notifications
You must be signed in to change notification settings - Fork 686
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
nogo: unexpected container type in IndexExpr #3164
Comments
We're seeing the same with |
farhaven
added a commit
to farhaven/rules_go
that referenced
this issue
Jun 22, 2022
…Go >=1.18 This mirrors what golang.org/x/tools/go/packages does when loading packages. Should fix bazel-contrib#3211 (and probably bazel-contrib#3164 as well).
farhaven
added a commit
to farhaven/rules_go
that referenced
this issue
Jun 22, 2022
…=1.18 This mirrors what golang.org/x/tools/go/packages does when loading packages. Should fix bazel-contrib#3211 (and probably bazel-contrib#3164 as well).
farhaven
added a commit
to farhaven/rules_go
that referenced
this issue
Jun 23, 2022
…=1.18 This mirrors what golang.org/x/tools/go/packages does when loading packages. Should fix bazel-contrib#3211 (and probably bazel-contrib#3164 as well).
farhaven
added a commit
to farhaven/rules_go
that referenced
this issue
Jul 12, 2022
…=1.18 This mirrors what golang.org/x/tools/go/packages does when loading packages. Should fix bazel-contrib#3211 (and probably bazel-contrib#3164 as well).
farhaven
added a commit
to farhaven/rules_go
that referenced
this issue
Jul 14, 2022
…=1.18 This mirrors what golang.org/x/tools/go/packages does when loading packages. Should fix bazel-contrib#3211 (and probably bazel-contrib#3164 as well).
farhaven
added a commit
to farhaven/rules_go
that referenced
this issue
Jul 18, 2022
…=1.18 This mirrors what golang.org/x/tools/go/packages does when loading packages. Should fix bazel-contrib#3211 (and probably bazel-contrib#3164 as well).
farhaven
added a commit
to farhaven/rules_go
that referenced
this issue
Jul 18, 2022
…=1.18 This mirrors what golang.org/x/tools/go/packages does when loading packages. Should fix bazel-contrib#3211 (and probably bazel-contrib#3164 as well).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of rules_go are you using?
0.32.0
What version of gazelle are you using?
0.25.0
What version of Bazel are you using?
5.1.2
Does this issue reproduce with the latest releases of all the above?
Yes.
What operating system and processor architecture are you using?
macos aarch64, also tested on Linux x86_64
Any other potentially useful information about your toolchain?
Seems related to golang/go#52834, but using
golang.org/x/tools v0.1.11-0.20220518213611-904e24e9fcf9
does not seem to make a difference.What did you do?
What did you expect to see?
A successful build.
What did you see instead?
The text was updated successfully, but these errors were encountered: