vtprotobuf icon indicating copy to clipboard operation
vtprotobuf copied to clipboard

clone: Take unknown fields into account

Open misberner opened this issue 3 years ago • 0 comments

The existing implementation of CloneVT was silently discarding unknown fields, breaking some basic assumptions (such that a clone should always be equal to the original). Thus, extend the test generation to also copy unknown fields.

Unit tests are included.

misberner avatar Aug 17 '22 00:08 misberner