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
Looks like one of the recently added cases might have repeated some of the same FQNs, which bazel is able to handle fine but the make target likely wasn't handled correctly.
panic: proto: file "embed.proto" is already registered
previously from: "github.com/envoyproxy/protoc-gen-validate/tests/harness/cases/other_package/go"
currently from: "github.com/envoyproxy/protoc-gen-validate/tests/harness/cases/yet_another_package/go"
Trying to setup the envirment to address the issue #321, I got the following error for 'make harness' using the docker route:
docker run --rm -v $(pwd):/go/src/github.com/envoyproxy/protoc-gen-validate lyft/protoc-gen-validate harness
Is this and issue or did I mess up somewhere?
The text was updated successfully, but these errors were encountered: