Commit 498206d
1 parent 81a25db commit 498206d
4 files changed
+4
-4
lines changed- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- thrift/compiler/generate/mstch_objects.h+1-1
- thrift/compiler/generate/t_mstch_hyperthrift_generator.cc+1.0k
- thrift/compiler/generate/templates/cpp2/module_types_h/base_ctor_no_alloc_init_list.mustache+1-1
- thrift/compiler/generate/templates/cpp2/module_types_h/base_ctor_with_alloc_init_list.mustache+1-1
- thrift/compiler/generate/templates/cpp2/module_types_h/field_ref_args.mustache+1-1
- thrift/compiler/generate/templates/cpp2/module_types_h/intern_box_default.mustache+21
- thrift/compiler/generate/templates/cpp2/module_types_tcc/terse_has_no_value.mustache+6-3
- thrift/compiler/generate/templates/hyperthrift/BoxedType.mustache+64
- thrift/compiler/generate/templates/hyperthrift/DefaultValue.mustache+111
- thrift/compiler/generate/templates/hyperthrift/Type.mustache+37
- thrift/compiler/generate/templates/hyperthrift/constants.mustache+9
- thrift/compiler/generate/templates/hyperthrift/enum.mustache+33
- thrift/compiler/generate/templates/hyperthrift/fieldtype.mustache+28
- thrift/compiler/generate/templates/hyperthrift/generated.mustache+7
- thrift/compiler/generate/templates/hyperthrift/struct.mustache+112
- thrift/compiler/test/fixtures/basic-python-capi/gen-cpp2/module_types.cpp+18-18
- thrift/compiler/test/fixtures/basic-python-capi/gen-cpp2/module_types.h+72-72
- thrift/compiler/test/fixtures/basic-python-capi/gen-cpp2/module_types.tcc+27-27
- thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/DefaultStruct.java+2-2
- thrift/compiler/test/fixtures/hyperthrift/cmd+1
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/Bonk.java+72
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/BoolTest.java+72
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/Bools.java+72
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/Constants.java+12
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/CrazyNesting.java+132
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/EmptyStruct.java+42
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/GuessProtocolStruct.java+57
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/Insanity.java+72
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/LargeDeltas.java+192
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/ListBonks.java+57
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/ListTypeVersioningV1.java+72
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/ListTypeVersioningV2.java+72
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/NestedListsBonk.java+57
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/NestedListsI32x2.java+57
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/NestedListsI32x3.java+57
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/NestedMixedx2.java+87
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/Numberz.java+47
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/OneField.java+57
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/StructA.java+57
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/StructB.java+72
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/VersioningTestV1.java+87
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/VersioningTestV2.java+222
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/Xception.java+72
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/Xception2.java+72
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/Xtruct.java+102
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/Xtruct2.java+87
- thrift/compiler/test/fixtures/hyperthrift/gen-hyperthrift/thrift/test/Xtruct3.java+102
- thrift/compiler/test/fixtures/hyperthrift/src/TestIncluded.thrift+21
- thrift/compiler/test/fixtures/hyperthrift/src/TestIncluder.thrift+24
- thrift/compiler/test/fixtures/hyperthrift/src/TestThrift.thrift+198
- thrift/compiler/test/fixtures/includes/cmd+2-2
- thrift/compiler/test/fixtures/includes/gen-go_mstch/IncludesAlso/const.go+14
- thrift/compiler/test/fixtures/includes/gen-go_mstch/IncludesAlso/svcs.go+5
- thrift/compiler/test/fixtures/includes/gen-go_mstch/IncludesAlso/types.go+98
- thrift/compiler/test/fixtures/includes/gen-go_mstch/includes/const.go+22
- thrift/compiler/test/fixtures/includes/gen-go_mstch/includes/svcs.go+5
- thrift/compiler/test/fixtures/includes/gen-go_mstch/includes/types.go+297
- thrift/compiler/test/fixtures/includes/gen-go_mstch/matching_names/const.go+16
- thrift/compiler/test/fixtures/includes/gen-go_mstch/matching_names/svcs.go+5
- thrift/compiler/test/fixtures/includes/gen-go_mstch/matching_names/types.go+183
- thrift/compiler/test/fixtures/includes/gen-go_mstch/module/const.go+16
- thrift/compiler/test/fixtures/includes/gen-go_mstch/module/svcs.go+5
- thrift/compiler/test/fixtures/includes/gen-go_mstch/module/types.go+328
- thrift/compiler/test/fixtures/includes/gen-go_mstch/service/const.go+18
- thrift/compiler/test/fixtures/includes/gen-go_mstch/service/svcs.go+980
- thrift/compiler/test/fixtures/includes/gen-go_mstch/service/types.go+74
- thrift/compiler/test/fixtures/includes/gen-go_mstch/transitive/const.go+16
- thrift/compiler/test/fixtures/includes/gen-go_mstch/transitive/svcs.go+5
- thrift/compiler/test/fixtures/includes/gen-go_mstch/transitive/types.go+157
- thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/MyStruct.java+2-2
- thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/includes/Included.java+2-2
- thrift/compiler/test/fixtures/patch/gen-cpp2/module_types.cpp+90-90
- thrift/compiler/test/fixtures/patch/gen-cpp2/module_types.h+360-360
- thrift/compiler/test/fixtures/patch/gen-cpp2/module_types.tcc+135-135
- thrift/compiler/test/fixtures/refs/gen-cpp2/module_types.cpp+12-12
- thrift/compiler/test/fixtures/refs/gen-cpp2/module_types.h+64-64
- thrift/compiler/test/fixtures/refs/gen-cpp2/module_types.tcc+12-12
- thrift/lib/cpp2/op/CompareTest.cpp+12
- thrift/lib/cpp2/op/detail/Compare.h+25-4
- thrift/lib/cpp2/op/detail/Encode.h+9-5
- thrift/lib/cpp2/protocol/FieldMaskRef.cpp+2-2
- thrift/lib/cpp2/protocol/FieldMaskRef.h+1-1
- thrift/lib/cpp2/protocol/test/Module.thrift+5
- thrift/lib/thrift/field_mask.thrift+3-3
- thrift/test/References.thrift+13
- thrift/test/ReferencesCpp2Test.cpp+18-2
- thrift/test/integration/cpp2/zero_copy_client.cpp+2
- thrift/test/integration/cpp2/zero_copy_server.cpp+2
0 commit comments