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

eventchecker: fix broken codegen for map checker #257

Merged
merged 1 commit into from
Jul 22, 2022

Conversation

michi-covalent
Copy link
Contributor

The logic for determining type names from protobuf maps was incorrect because we were
subbing in the FieldDescriptor rather than the underlying type. Fix this for now to get
codegen working. A subsequent commit will fix the eventchecker itself so arbitrary map
key/values will actually work.

Signed-off-by: William Findlay [email protected]

The logic for determining type names from protobuf maps was incorrect because we were
subbing in the FieldDescriptor rather than the underlying type. Fix this for now to get
codegen working. A subsequent commit will fix the eventchecker itself so arbitrary map
key/values will actually work.

Signed-off-by: William Findlay <[email protected]>
Copy link
Contributor

@willfindlay willfindlay left a comment

Choose a reason for hiding this comment

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

Just ship it man

@michi-covalent michi-covalent merged commit 0af6384 into main Jul 22, 2022
@michi-covalent michi-covalent deleted the pr/michi/i-want-this-now branch July 22, 2022 00: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