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
reflect mode got dropped, and so the latest release no longer generates a source file that then gets compiled into a binary, which rules_go expects it to do. Instead, a new package mode was added, which calls the go binary, which is unavailable in the Bazel sandbox.
I tried to modify rules_go to support the new mode but my bazel-fu isn't quite at the level needed for that 😄
We are not planning to support Uber's gomock in rules_go. The plan is to move it to the same repo as Uber's gomock so they can co-evolve easily. The maintainers of Uber's gomock agreed with the plan. It's in my backlog, but any helping hand will be welcomed.
@linzhp, to clarify, is the plan to move gomock.bzl to the Uber gomock repo? Is this just as simple as creating a PR in the Uber gomock repo copying it over?
What version of rules_go/gazelle/bazel/gomock are you using?
What happened?
reflect
mode got dropped, and so the latest release no longer generates a source file that then gets compiled into a binary, which rules_go expects it to do. Instead, a newpackage
mode was added, which calls thego
binary, which is unavailable in the Bazel sandbox.I tried to modify rules_go to support the new mode but my bazel-fu isn't quite at the level needed for that 😄
Error
The text was updated successfully, but these errors were encountered: