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

Enums to pointer to enums #176

Open
1 task
ThePedroo opened this issue May 7, 2024 · 0 comments
Open
1 task

Enums to pointer to enums #176

ThePedroo opened this issue May 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ThePedroo
Copy link
Contributor

Describe the feature

This feature request is to the change of pure enums to pointer to enums.

Acceptance criteria

  • All enums of structures of gencodecs must use pointer to enums instead.

Additional context

Concord has been using enums for some time, and they have some issues when it comes to identifying whether or not the field was provided, as they would always default to 0. Especially in cases to send requests, where the enum field is nullable, it would be problematic.

@ThePedroo ThePedroo added the enhancement New feature or request label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant