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

enum(confgen): check enum value alias uniqueness #97

Closed
wenchy opened this issue May 14, 2024 · 0 comments · Fixed by #109
Closed

enum(confgen): check enum value alias uniqueness #97

wenchy opened this issue May 14, 2024 · 0 comments · Fixed by #109
Labels
bug Something isn't working enhancement New feature or request

Comments

@wenchy
Copy link
Member

wenchy commented May 14, 2024

Problem in proto file

enum ItemType {
  ITEM_TYPE_INVALID = 0;
  ITEM_TYPE_DIAMOND = 1 [(tableau.evalue).name = "Diamond"];
  ITEM_TYPE_EQUIP = 2 [(tableau.evalue).name = "Diamond"];
  ITEM_TYPE_BOX = 3 [(tableau.evalue).name = "Box"];
}
@wenchy wenchy added the enhancement New feature or request label May 14, 2024
@wenchy wenchy added the bug Something isn't working label Jun 25, 2024
@wenchy wenchy changed the title enum: check enum value alias uniqueness when define enum type in sheet or proto file enum(confgen): check enum value alias uniqueness Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant