[protobuf] CLA failure check for cherry picks

2022-09-14 Thread Xavier Bonaventura
Hi, I wanted to propose a cherry pick for the 21.x branch but the CLA check is failing because the original author. It seems to me that the user of the original author is nothing else than a placeholder for a Google employee, how should we proceed?

[protobuf] Re: BUILD.bazel in the src/google/protobuf are not included in the zip file?

2022-09-12 Thread Xavier Bonaventura
Deanna, I've just found the same issue. The latest https://github.com/protocolbuffers/upb cannot be used with any of the current protobuf releases but only the main branch. Is it already known approximately when a new version from the main branch will be released? Would it be ok to create a

[protobuf] C++ link error when using "repeated" with a custom message

2021-03-11 Thread Xavier Raemy
After hours of debugging, I have the following minimalist .proto file: syntax = "proto3"; message PbCaptureResult { bool checkedValid = 1; } message PbCaptureResultSequence { PbCaptureResult captureResults = 1; } It compiles and links successfully. But, if I add a "repeated" like:

Re: [protobuf] What are the encoding formats supported by protobuf?

2019-07-18 Thread Pratibha Pruno Xavier
Thanks. I couldn't understand what is "flavored JSON" means. Does't mean the data is serialised in JSON ? Pratibha On Thursday, July 18, 2019 at 1:13:17 PM UTC+5:30, Marc Gravell wrote: > > Protobuf binary or protobuf-flavored JSON. > > On Thu, 18 Jul 2019, 08:35 Pratibha

[protobuf] What are the encoding formats supported by protobuf?

2019-07-18 Thread Pratibha Pruno Xavier
Hi all, What are the encoding formats supported by protobuf 3? THanks, Pratibha -- 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] Python ParseFromString failing

2010-01-22 Thread Xavier
I'm currently writing a python listener than is receiving a protocol buffer from a UDP multicast transport. The sender is written in C. I'm using Protocol Buffers 2.2a and my python code is also using Twisted. Thanks in advance, -Xavier This is the error I get from my code: Traceback (most