Re: [protobuf] Typos in the C++ Tutorial

2017-02-10 Thread Jacopo Notarstefano
On Friday, February 10, 2017 at 7:46:51 PM UTC+1, Feng Xiao wrote: > > Thanks for the report. Can you create a github issue for this? > Unfortunately the developer guide is not hosted on github and we can't > accept PR for it. > Ok, done: https://github.com/google/protobuf/issues/2707 -- You

Re: [protobuf] Typos in the C++ Tutorial

2017-02-10 Thread 'Feng Xiao' via Protocol Buffers
On Wed, Feb 8, 2017 at 2:18 PM, Jacopo Notarstefano < jacopo.notarstef...@gmail.com> wrote: > Hi, > > I was reading https://developers.google.com/protocol-buffers/ > docs/cpptutorial and I think I found a few typos in the code examples. > > > For example, in

[protobuf] Inconsistent ParseFromArray return value from the same message sometime return false sometime return true

2017-02-10 Thread hce h
Hi, I am running protobuf C++ on Debian Jessie, most of the messages work fine, but one message is not stable, ParseFromArray from the same message sometime return false sometime return true, the protobuf library complains string tokenRef invalid non-*UTF*-8 characters. It worries me the