Herbie Ong

Results 3 issues of Herbie Ong

Using protoc v3.6.1. Compile following with -o ``` syntax = "proto3"; message M { string f1 = 1 [json_name = ""]; } ``` produces ... ``` file: < name: "bug.proto"...

json
inactive

**What version of protobuf and what language are you using?** v3.7.0 Language: C++ It is possible to have FieldMask.paths contain string values are may not round-trip correctly. I'd expect that...

c++
json
inactive

The following Go 1.11 CL will break TestCounterEncStreamHistogram. https://golang.org/cl/64451 crypto: randomly read an extra byte of randomness in some places Per CL description ... """ Code has ended up depending...