You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2022/09/11 10:32:31 UTC

[thrift] branch master updated (c96c044cf -> 944b8e68a)

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


    from c96c044cf Merge pull request #2630 from kou/cpp-scoped-array-to-unique-ptr
     add 154d1548a THRIFT-5626 Parser should not confuse data types and field names Patch: Jens Geyer
     add 944b8e68a fixed a ton of missing ASF headers in *.thrift files

No new revisions were added by this update.

Summary of changes:
 compiler/cpp/src/thrift/thriftl.ll                 |  23 +-
 compiler/cpp/src/thrift/thrifty.yy                 | 250 ++++++++++++++++++---
 compiler/cpp/test/compiler/Included.thrift         |  21 +-
 compiler/cpp/test/compiler/Including.thrift        |  19 ++
 compiler/cpp/test/compiler/Single.thrift           |  19 ++
 .../cpp/test/keyword-samples/const1_return.thrift  |  19 ++
 .../cpp/test/keyword-samples/enum1_return.thrift   |  19 ++
 .../cpp/test/keyword-samples/enum2_return.thrift   |  19 ++
 .../test/keyword-samples/exception1_return.thrift  |  19 ++
 .../test/keyword-samples/exception2_return.thrift  |  19 ++
 .../test/keyword-samples/service1_return.thrift    |  19 ++
 .../test/keyword-samples/service2_return.thrift    |  19 ++
 .../test/keyword-samples/service3_return.thrift    |  19 ++
 .../test/keyword-samples/service4_return.thrift    |  19 ++
 .../cpp/test/keyword-samples/struct1_return.thrift |  19 ++
 .../cpp/test/keyword-samples/struct2_return.thrift |  19 ++
 .../test/keyword-samples/typedef1_return.thrift    |  18 ++
 .../cpp/test/keyword-samples/union1_return.thrift  |  19 ++
 .../cpp/test/keyword-samples/union2_return.thrift  |  19 ++
 contrib/async-test/aggr.thrift                     |  19 ++
 contrib/transport-sample/Sample.thrift             |  19 ++
 contrib/zeromq/storage.thrift                      |  19 ++
 lib/cpp/test/processor/proc.thrift                 |  19 ++
 lib/erl/Makefile.am                                |   2 +-
 lib/erl/test/Thrift1151.thrift                     |  19 ++
 lib/erl/test/Thrift1475.thrift                     |  19 ++
 lib/erl/test/Thrift_omit_with.thrift               |  19 ++
 lib/erl/test/flags/LegacyNames.thrift              |  19 ++
 lib/erl/test/multiplexing.thrift                   |  19 ++
 lib/go/test/DuplicateImportsTest.thrift            |  19 ++
 lib/go/test/RequiredFieldTest.thrift               |  19 ++
 lib/go/test/common/a.thrift                        |  19 ++
 lib/go/test/common/b.thrift                        |  19 ++
 .../src/test/resources/JavaDeepCopyTest.thrift     |  19 ++
 .../src/test/resources/JavaStructOrderA.thrift     |  19 ++
 .../src/test/resources/JavaStructOrderB.thrift     |  19 ++
 .../src/test/resources/AnnotationTest.thrift       |  19 ++
 .../CassandraTest.thrift                           |   6 +-
 .../Thrift5253.thrift                              |  33 +--
 .../Thrift5320.enum.thrift                         |  33 +--
 .../Thrift5320.exception.thrift                    |  33 +--
 .../Thrift5320.struct.thrift                       |  33 +--
 .../Thrift5320.thrift                              |  33 +--
 .../Thrift5382.objs.thrift                         |  33 +--
 .../Thrift5382.thrift                              |  33 +--
 .../name_conflicts.enum.thrift                     |  33 +--
 .../name_conflicts.thrift                          |  33 +--
 .../optional_required_default.thrift               |  33 +--
 test/DoubleConstantsTest.thrift                    |  19 ++
 test/Identifiers.thrift                            |  19 ++
 test/JsDeepConstructorTest.thrift                  |  19 ++
 test/NameConflictTest.thrift                       |  33 +++
 test/VoidMethExceptionsTest.thrift                 |  19 ++
 test/{ => v0.16}/NameConflictTest.thrift           |  33 +++
 54 files changed, 1188 insertions(+), 212 deletions(-)
 copy test/{ => v0.16}/NameConflictTest.thrift (61%)