-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal comments not stripped from enum query parameter's description #3778
Labels
Comments
Thanks for the detailed bug report, this seems like an oversight in the initial implementation. Are you interested in submitting a fix for this? |
Addressed in #3864 |
bobcallaway
added a commit
to sigstore/fulcio
that referenced
this issue
Feb 5, 2024
grpc-ecosystem/grpc-gateway#3778 (comment) Signed-off-by: Bob Callaway <bcallaway@google.com>
haydentherapper
pushed a commit
to sigstore/fulcio
that referenced
this issue
Feb 6, 2024
…in /hack/tools (#1550) * Bump github.com/grpc-ecosystem/grpc-gateway/v2 in /hack/tools Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.19.0 to 2.19.1. - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases) - [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml) - [Commits](grpc-ecosystem/grpc-gateway@v2.19.0...v2.19.1) --- updated-dependencies: - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * add updated json file; this change is expected grpc-ecosystem/grpc-gateway#3778 (comment) Signed-off-by: Bob Callaway <bcallaway@google.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Bob Callaway <bcallaway@google.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bob Callaway <bcallaway@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug Report
When an enum is located in the query, the description of the query parameter includes internal comments. Note that the internal comments are correctly stripped from the enum's description in definitions.
To Reproduce
example/v1/example.proto
buf.yaml
buf.gen.yaml
Expected behavior
Actual Behavior
The full output:
Your Environment
(Environment name, version and operating system.)
The text was updated successfully, but these errors were encountered: