-
Notifications
You must be signed in to change notification settings - Fork 0
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 unspecified field to enums #198
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me on a quick read through. I'll let Evan do the final sign-off.
I think you missed the comments on the issue -> https://github.com/digidem/mapeo-schema/issues/171#issuecomment-2252879592 I'm not against of merging this, just, want to understand what I'm missing ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving after a lot of back-and-forth on the issue. Sorry for the delay!
should close #171.
Instead of having a field "unspecified" for enums, I had to be deliberate (so
${enum_name_in_snake_case}_unspecified
) since protobufs don't allow enums to have fields with the same name