You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i have one enum(maybe more than one too) on the whole file that will case a bad filed type name.
After checking src i think the bug would be in that function field.getType
Sorry im so busy this days, i can't submit PR
Bug showcase:
// update-prop-message.ts
// enumUpdatePropChangeEnum MUST to be UpdatePropChangeEnum
set change_type(value: dependency_1.enumUpdatePropChangeEnum) {
pb_1.Message.setField(this, 1, value);
}
I never uses bazel before, and development section in readme is are poor (at least for me) sorry,
if you can show me how to setup the dev environment i could fix it. <3
When i have one enum(maybe more than one too) on the whole file that will case a bad filed type name.
After checking src i think the bug would be in that function field.getType
Sorry im so busy this days, i can't submit PR
Bug showcase:
Files to raise the bug:
The text was updated successfully, but these errors were encountered: