-
Notifications
You must be signed in to change notification settings - Fork 581
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
enum validation fails when enum defined in different package #321
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@snowp is this still an issue? Is this for C++ only or other languages as well? Would you be able to work on a PR? |
I haven't run into this issue recently so it might have gotten fixed for all I know. I only saw this in C++. If I find the time I can try to reproduce this and work on a fix, but it's not high on my priorities. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I just suffered this issue, only in C++. |
The issue is also available within go, using following go release [email protected] |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I can confirm this is an issue -- no imports for enums defined in a different package. |
Using the following validation
fails with
Seems like the generated code is not including the fully qualified name of the enum type
The text was updated successfully, but these errors were encountered: