You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue reproduce with the latest releases of all the above?
Some issues because of bzlmod migration, I don't think it's related. Will keep trying. Getting errors with platforms dep conflict between proto and rules_go (I think?) in a WORKSPACE repo after 0.37.
What operating system and processor architecture are you using?
Autogenerated gazelle rules would include pregenerated .syso build files from upstream in the go_library rules as bazel-contrib/rules_go#4148 was merged. However, these files are not automatically included, so various symbols are undefined, output below. I think this is the right place to file this issue, please advise if it is not. Thanks!
What version of gazelle are you using?
0.37
What version of rules_go are you using?
47.1
What version of Bazel are you using?
7.4.1
Does this issue reproduce with the latest releases of all the above?
Some issues because of bzlmod migration, I don't think it's related. Will keep trying. Getting errors with platforms dep conflict between proto and rules_go (I think?) in a WORKSPACE repo after 0.37.
What operating system and processor architecture are you using?
Linux amd64
What did you do?
Use gazelle to import and generate BUILD files for https://pkg.go.dev/gioui.org, including https://pkg.go.dev/gioui.org/shader
What did you expect to see?
Autogenerated gazelle rules would include pregenerated
.syso
build files from upstream in the go_library rules as bazel-contrib/rules_go#4148 was merged. However, these files are not automatically included, so various symbols are undefined, output below. I think this is the right place to file this issue, please advise if it is not. Thanks!What did you see instead?
The text was updated successfully, but these errors were encountered: