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
{{ message }}
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
This is a very minor "bug". According to the documentation for gomock arguments, interfaces is required if source is unset, and ignored if it is. Despite being ignored, it's still a mandatory attribute when source is set. Removing it from here results in the following error.
ERROR: /Users/irfansharif/Software/src/github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangefeed/BUILD.bazel:30:7: //pkg/kv/kvclient/rangefeed:mock_rangefeed: missing value for mandatory attribute 'interfaces' in '_gomock_source' rule
The text was updated successfully, but these errors were encountered:
This is a very minor "bug". According to the documentation for
gomock
arguments,interfaces
is required ifsource
is unset, and ignored if it is. Despite being ignored, it's still a mandatory attribute whensource
is set. Removing it fromhere results in the following error.
The text was updated successfully, but these errors were encountered: