[protobuf] Undefined Symbols when Linking Static Library

2020-05-15 Thread Victor Stewart
Hey having an absolutely miserable time trying to cross compile libphonenumber, which depends on protobuf, into a static library. Everything compiles. But fails with undefined symbols at linking time. this is how I'm building protobuf, on x86 with an x86 protoc that I built first. file

[protobuf] Re: JsonFormat does not support extensions

2020-05-15 Thread 'Josh Haberman' via Protocol Buffers
Hi Eleanore, Python and Go support this I believe, but the other languages currently do not. There is now a conformance test for this behavior, though it's only "recommended": https://github.com/protocolbuffers/protobuf/blob/63da77bc/conformance/binary_json_conformance_suite.cc#L1868-L1877 So

[protobuf] Protobuf v3.12.0 is released

2020-05-15 Thread 'Josh Haberman' via Protocol Buffers
I have released Protobuf v3.12.0 to GitHub and the per-language repositories (NuGet, npm, RubyGems, etc). https://github.com/protocolbuffers/protobuf/releases/tag/v3.12.0 This is the same as -rc2, except there is a bugfix for serializing TextFormat in Java