Re: [protobuf] What tool does Google use to generate the webpages for the protobuf C++ api?

2016-06-10 Thread 'Adam Cozzette' via Protocol Buffers
I'm glad you like the documentation! I asked around and it appears that it is in fact Doxygen with a custom transformation applied to it, though I don't really know the details beyond that. On Tue, Jun 7, 2016 at 12:21 PM, wrote: > One of the things I love about using

Re: [protobuf] Proto 3... release date?

2016-06-10 Thread 'Adam Cozzette' via Protocol Buffers
We still can't make any promises about when 3.0 will be officially released, but a rough ETA would be the end of next month (July). On Fri, Jun 10, 2016 at 8:41 AM, João Peixoto wrote: > I was just wondering if there has been an update here? > > We are starting a new

Re: [protobuf] Proto 3... release date?

2016-06-10 Thread João Peixoto
I was just wondering if there has been an update here? We are starting a new project and Proto3 is a perfect fit for us. Using a beta version is however problematic. On Thursday, May 7, 2015 at 4:57:17 PM UTC-7, Feng Xiao wrote: > > An official release will only come after we have added all >

[protobuf] Gem for object <-> message translation in Ruby

2016-06-10 Thread Kevin Montag
Hi all, We've released a gem to support translating seamlessly between Ruby objects and protobuf messages: https://github.com/AngelList/protip. Support for a number of well-known types is included. AngelList has been using it successfully for some time in production. With a a protip-decorated

Re: [protobuf] Protobuf Unexpected end-group tag

2016-06-10 Thread vladimir . kravtsov
Hi Jie Luo, Could you explain a little more which C++ code you are talking about - one that creates message (that is later parsed in Python) or something else? If so, could you provide your changes? Thanks, Vladimir On Tuesday, March 15, 2016 at 12:42:53 PM UTC-7, Jie Luo wrote: > > It checks

[protobuf] make check failed on protobuf v3.0.0 beta 3 & ubuntu 14.04

2016-06-10 Thread Yan Ni
I followed the instruction on https://github.com/google/protobuf/blob/master/src/README.md using the source code of v3.0.0 beta 3, and FAILED the 'make check' command: [ RUN ] CommandLineInterfaceTest.BasicPlugin google/protobuf/compiler/command_line_interface_unittest.cc:395: Failure

Re: [protobuf] Regarding Handling Repeated Fields in schema

2016-06-10 Thread 'Feng Xiao' via Protocol Buffers
On Thu, Jun 9, 2016 at 5:53 AM, Yogesh Fulsunge wrote: > Dear Team, > > I have a schema which handles repeated fields as shown below, i am facing > problems for Initialising the repeated fields. > > In my schema, i have one Rack inside that i have multiple Shelf and