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

Clientgen ENUM not sorted #265

Closed
gitmodimo opened this issue Jun 6, 2022 · 1 comment
Closed

Clientgen ENUM not sorted #265

gitmodimo opened this issue Jun 6, 2022 · 1 comment

Comments

@gitmodimo
Copy link

In clientgen generated code the enum map is not sorted. It results in internal::sorted_map_lookup failure and exception is thrown. It looks like enums should be sorted during code generation.

@wravery
Copy link
Contributor

wravery commented Jun 6, 2022

Looks like I missed the sortedValues portion of 4a79f85 when porting to clientgen in b07860d.

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

No branches or pull requests

2 participants