protobuf-javascript icon indicating copy to clipboard operation
protobuf-javascript copied to clipboard

Fix Binary Conformance Test for Packe/Unpacked Repeated Fields

Open TeBoring opened this issue 6 years ago • 1 comments

https://github.com/protocolbuffers/protobuf/pull/6447 https://github.com/protocolbuffers/protobuf/pull/6440

  • Both packed/unpacked data should be accepted during parsing
  • Without specifying, encoding should follow the default behavior (unpacked for proto2 and packed for proto3)
  • When specified in field option, encoding should respect that.

TeBoring avatar Aug 26 '19 20:08 TeBoring

Need to get conformance tests running in the new repo.

dibenede avatar Sep 16 '22 22:09 dibenede