This is an automated email from the ASF dual-hosted git repository.
thiru pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.
from 4505b49 Merge pull request #339 from
apache/AVRO-2220-handle-negative-lengths
add 390a854 Fix https://issues.apache.org/jira/browse/AVRO-1635 - Use
indirect symbols to "own" the production needed for records (so that weak_ptrs
have something to point to) - Use a stack instead of a counter for the number
of items in a repeated symbol - A handful of tests.
new 389231e Merge pull request #301 from wmatthews-google/fix-issue-1635
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
lang/c++/impl/parsing/JsonCodec.cc | 12 +-
lang/c++/impl/parsing/ResolvingDecoder.cc | 18 +--
lang/c++/impl/parsing/Symbol.hh | 110 +++++++++----
lang/c++/impl/parsing/ValidatingCodec.cc | 22 ++-
lang/c++/test/CodecTests.cc | 58 +++++++
lang/c++/test/unittest.cc | 255 +++++++++++++++++++++++++++---
6 files changed, 397 insertions(+), 78 deletions(-)