There was a bug where for JavaScript we would only serialize an extension value if it evaluated as truthy, which meant that values like 0 would get silently dropped (even in proto2, where field presence is significant). This fixes issue #2605, and takes care of the output of toObject() in addition to the binary format.pull/2794/head
parent
008ff033ef
commit
651ba62ab5
3 changed files with 6 additions and 7 deletions
Loading…
Reference in new issue