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
I have multiple protos, all of which have called /google/protobuf/descriptor.proto. When I script these protos separately, it works. When I script more than one proto together, it will report an error as shown below.
I checked the uncompleted codes, and found it seems that the /google/protobuf/descriptor.proto was created multiple times, causing the enum ctrl to be broken as shown below,
Workaround:
Scripting these protos separately, although the sub-proto will have multiple copies.
AB#2528274
The text was updated successfully, but these errors were encountered:
SallyTYT
changed the title
Scripting multiple protos that call the same sub-proto: The sub-proto will be created multiple times.
Scripting multiple protos that call the same sub-proto: The sub-proto will be created multiple times, causing the enum ctrl broken.
Sep 21, 2023
I have multiple protos, all of which have called
/google/protobuf/descriptor.proto
. When I script these protos separately, it works. When I script more than one proto together, it will report an error as shown below.I checked the uncompleted codes, and found it seems that the
/google/protobuf/descriptor.proto
was created multiple times, causing the enum ctrl to be broken as shown below,Workaround:
Scripting these protos separately, although the sub-proto will have multiple copies.
AB#2528274
The text was updated successfully, but these errors were encountered: