Skip to content
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

Add proto name and fullName properties to MessageDescriptor #184

Merged
merged 5 commits into from
Nov 30, 2021

Conversation

garyp
Copy link
Collaborator

@garyp garyp commented Nov 24, 2021

This is in preparation for another PR that will add support for Any (see #63). Might be easier to review by looking at the individual commits in this PR rather than the combined diff.

@garyp garyp force-pushed the garyp/message-fullname branch from 8402152 to 4caab4f Compare November 24, 2021 16:40
@garyp garyp requested a review from rahulreddym November 24, 2021 16:44
…eBuilder

This allows Kotlin type name logic to mirror the protobuf type name
logic: all type names are part of the type's data that is computed in
the `FileBuilder`. The `CodeGenerator` references those names to
generate code but no longer contains any logic for figuring out the
names.
@garyp garyp force-pushed the garyp/message-fullname branch from 4caab4f to 0a0b10f Compare November 24, 2021 16:47
Base automatically changed from garyp/suppress-deprecated-warnings to master November 24, 2021 18:04
Copy link
Contributor

@rahulreddym rahulreddym left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for explaining the reasoning behind those names.

@garyp garyp merged commit ee26ce3 into master Nov 30, 2021
@garyp garyp deleted the garyp/message-fullname branch November 30, 2021 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants