-
Notifications
You must be signed in to change notification settings - Fork 37
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
Added field level support for @Deprecated annotation #169
Conversation
rahulreddym
commented
Oct 26, 2021
•
edited
Loading
edited
- Regenerated the well-know types for the CI tests to pass.
- The @deprecated annotation now includes empty message argument.
Looks like the CI test failed because your PR causes changes to the generated code that is bundled within pbandk. See https://github.com/streem/pbandk#bundled-types for instructions on how to re-generate that code. Add those changes to this PR and CI should pass. |
We should handle fields that are inside of a |
…nerated well-known types
protoc-gen-pbandk/lib/src/commonMain/kotlin/pbandk/gen/CodeGenerator.kt
Outdated
Show resolved
Hide resolved
protoc-gen-pbandk/lib/src/commonMain/kotlin/pbandk/gen/CodeGenerator.kt
Outdated
Show resolved
Hide resolved
protoc-gen-pbandk/lib/src/commonMain/kotlin/pbandk/gen/CodeGenerator.kt
Outdated
Show resolved
Hide resolved
protoc-gen-pbandk/lib/src/commonMain/kotlin/pbandk/gen/CodeGenerator.kt
Outdated
Show resolved
Hide resolved
protoc-gen-pbandk/lib/src/commonMain/kotlin/pbandk/gen/CodeGenerator.kt
Outdated
Show resolved
Hide resolved
…file; common code cleanup.