Updates:
Summary: Protocol compiler doesn't issue an meaningful error message when two custom options use the same extension field number.
        Status: Accepted
        Owner: xiaof...@google.com

Comment #5 on issue 526 by xiaof...@google.com: Protocol compiler doesn't issue an meaningful error message when two custom options use the same extension field number.
http://code.google.com/p/protobuf/issues/detail?id=526

The actual problem is that there are two .protos both defining an extension to MessageOptions using the same extension field number. This conflict causes protocol compiler to fail when parsing custom options. The solution is to remove one of the duplicated extension definitions. For protobuf, the protocol compiler should generate a more meaningfully error message in this case.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to