Updates:
        Status: Accepted

Comment #1 on issue 200 by ken...@google.com: Bug on CodedOutputStream.writeEnum
http://code.google.com/p/protobuf/issues/detail?id=200

Oops, good catch.  Will fix for next release.

Note that, in practice, this only causes a problem if you change an enum field to int64, and the enum had negative values defined. The int64 will interpret them as values in the range [2^31,2^32), since they are only sign-extended to 32 bits.

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to