protoc-gen-validate
protoc-gen-validate copied to clipboard
Go: fix broken `ensure the imports are used` when importing multiple packages
Hello!! This PR fixes #585.
This problem is caused by the fact that enumName (index (externalEnums $) 0)
always returns first enum name, even if enumPackages (externalEnums .)
returns multiple packages.
With this PR, enumName
returns an enum in the specified package.
Although CI is failing for a reason that is probably unrelated to this patch, do I need to do anything?
@h-otter thank you so much
Maybe #589 contains a fix of CI failure about zlib version.
@h-otter thanks
Is there anything else I need to do to get this PR merged?
help
@h-otter longing for this to get merged
@snowp @rmichela
After rebase, the CI failure about zlib version was resolved. However, tests are still failing. It is difficult for me to understand why the tests are failing. Would you please help me to fix it?