5 files changed
+5
-5
lines changed- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/deps/github_hashes/facebook/mvfst-rev.txt+1-1
- build/deps/github_hashes/facebook/wangle-rev.txt+1-1
- thrift/compiler/CMakeLists.txt+8
- thrift/compiler/ast/t_const.cc+2
- thrift/compiler/ast/t_const.h+2
- thrift/compiler/ast/t_container.cc+5-12
- thrift/compiler/ast/t_container.h+2
- thrift/compiler/ast/t_enum.cc+2
- thrift/compiler/ast/t_enum.h+2
- thrift/compiler/ast/t_exception.cc+5-21
- thrift/compiler/ast/t_exception.h+2
- thrift/compiler/ast/t_field.cc+4-24
- thrift/compiler/ast/t_field.h+1
- thrift/compiler/ast/t_function.cc+3
- thrift/compiler/ast/t_function.h+1
- thrift/compiler/ast/t_interaction.cc+23
- thrift/compiler/ast/t_interaction.h+1
- thrift/compiler/ast/t_interface.cc+2
- thrift/compiler/ast/t_interface.h+2
- thrift/compiler/ast/t_list.cc+23
- thrift/compiler/ast/t_list.h+2
- thrift/compiler/ast/t_map.cc+23
- thrift/compiler/ast/t_map.h+2
- thrift/compiler/ast/t_primitive_type.cc+2
- thrift/compiler/ast/t_primitive_type.h+2
- thrift/compiler/ast/t_set.cc+23
- thrift/compiler/ast/t_set.h+2
- thrift/compiler/ast/t_structured.cc+2
- thrift/compiler/ast/t_structured.h+2
- thrift/compiler/ast/t_union.cc+23
- thrift/compiler/ast/t_union.h+1
- thrift/compiler/generate/t_mstch_python_generator.cc+12-6
- thrift/compiler/generate/templates/python/types/init_and_call_arg_types.mustache+1-1
- thrift/compiler/generate/templates/python/types/thrift_container_wrapper.mustache+6-4
- thrift/compiler/generate/templates/python/types/types_pyi.mustache+1-1
- thrift/compiler/test/fixtures/adapter/out/android/gen-android/test/fixtures/adapter/AdaptTemplatedTestStruct.java+66-66
- thrift/compiler/test/fixtures/adapter/out/android/gen-android/test/fixtures/adapter/AdapterService.java+8-8
- thrift/compiler/test/fixtures/adapter/out/android/gen-android/test/fixtures/adapter/Bar.java+20-20
- thrift/compiler/test/fixtures/adapter/out/android/gen-android/test/fixtures/adapter/Baz.java+32-32
- thrift/compiler/test/fixtures/adapter/out/android/gen-android/test/fixtures/adapter/Foo.java+178-16
- thrift/compiler/test/fixtures/adapter/out/android/gen-android/test/fixtures/adapter/MyStruct.java+10-10
- thrift/compiler/test/fixtures/adapter/out/android/gen-android/test/fixtures/adapter/Service.java+4-4
- thrift/compiler/test/fixtures/adapter/out/android/gen-android/test/fixtures/adapter/TerseAdaptedFields.java+10-10
- thrift/compiler/test/fixtures/adapter/out/cpp2/gen-cpp2/module_constants.h+2-2
- thrift/compiler/test/fixtures/adapter/out/cpp2/gen-cpp2/module_data.cpp+20-5
- thrift/compiler/test/fixtures/adapter/out/cpp2/gen-cpp2/module_data.h+1-1
- thrift/compiler/test/fixtures/adapter/out/cpp2/gen-cpp2/module_for_each_field.h+3
- thrift/compiler/test/fixtures/adapter/out/cpp2/gen-cpp2/module_metadata.cpp+2-2
- thrift/compiler/test/fixtures/adapter/out/cpp2/gen-cpp2/module_types.cpp+47-2
- thrift/compiler/test/fixtures/adapter/out/cpp2/gen-cpp2/module_types.h+213-6
- thrift/compiler/test/fixtures/adapter/out/cpp2/gen-cpp2/module_types.tcc+117
- thrift/compiler/test/fixtures/adapter/out/cpp2/gen-cpp2/module_visit_by_thrift_field_metadata.h+6
- thrift/compiler/test/fixtures/adapter/out/go/gen-go/module/codec.go+59-9
- thrift/compiler/test/fixtures/adapter/out/go/gen-go/module/metadata.go+31-5
- thrift/compiler/test/fixtures/adapter/out/go/gen-go/module/types.go+267-1
- thrift/compiler/test/fixtures/adapter/out/hack/gen-hack/module_types.php+209-2
- thrift/compiler/test/fixtures/adapter/out/java/gen-java/test/fixtures/adapter/Foo.java+173-3
- thrift/compiler/test/fixtures/adapter/out/java_deprecated/gen-javadeprecated/test/fixtures/adapter/AdaptTemplatedTestStruct.java+66-66
- thrift/compiler/test/fixtures/adapter/out/java_deprecated/gen-javadeprecated/test/fixtures/adapter/AdapterService.java+8-8
- thrift/compiler/test/fixtures/adapter/out/java_deprecated/gen-javadeprecated/test/fixtures/adapter/Bar.java+22-22
- thrift/compiler/test/fixtures/adapter/out/java_deprecated/gen-javadeprecated/test/fixtures/adapter/Baz.java+32-32
- thrift/compiler/test/fixtures/adapter/out/java_deprecated/gen-javadeprecated/test/fixtures/adapter/Foo.java+339-17
- thrift/compiler/test/fixtures/adapter/out/java_deprecated/gen-javadeprecated/test/fixtures/adapter/MyStruct.java+10-10
- thrift/compiler/test/fixtures/adapter/out/java_deprecated/gen-javadeprecated/test/fixtures/adapter/Service.java+4-4
- thrift/compiler/test/fixtures/adapter/out/java_deprecated/gen-javadeprecated/test/fixtures/adapter/TerseAdaptedFields.java+10-10
- thrift/compiler/test/fixtures/adapter/out/json/gen-json/module.json+453-408
- thrift/compiler/test/fixtures/adapter/out/py/gen-py/module/ttypes.py+332-217
- thrift/compiler/test/fixtures/adapter/out/py3/gen-py3/module/types.h+9
- thrift/compiler/test/fixtures/adapter/out/pyi/gen-py/module/ttypes.pyi+16-1
- thrift/compiler/test/fixtures/adapter/out/rust/gen-rust/types.rs+81
- thrift/compiler/test/fixtures/adapter/src/module.thrift+6
- thrift/lib/cpp/transport/TFDTransport.cpp+3-3
- thrift/lib/cpp2/async/AsyncProcessor.cpp+18-2
- thrift/lib/cpp2/async/RpcOptions.cpp-9
- thrift/lib/cpp2/async/RpcOptions.h-6
- thrift/lib/cpp2/op/detail/ContainerPatch.h-16
- thrift/lib/cpp2/server/Cpp2Worker.cpp+6-1
- thrift/lib/cpp2/test/AsyncProcessorTest.cpp+83
- thrift/lib/go/thrift/header_protocol.go+1-1
- thrift/lib/go/thrift/http_protocol.go+1-1
- thrift/lib/go/thrift/protocol_buffer.go+1-1
- thrift/lib/go/thrift/rocket_client.go+1-1
- thrift/lib/go/thrift/rocket_upgrade_client_test.go+1-1
- thrift/lib/go/thrift/simple_server_test.go+7-6
- thrift/lib/go/thrift/socket.go-51
- .buckconfig.d/external_cells/facebook/buck2-shims-meta/external_cell.buckconfig+1-1
- folly/PackedSyncPtr.h+9-2
- folly/coro/Task.h+6-1
- folly/coro/TaskWrapper.h+6
- folly/coro/test/TaskWrapperTest.cpp+2-1
- folly/logging/test/BUCK+1
- folly/portability/Stdlib.cpp+1-1
- folly/portability/Stdlib.h+1-1
- folly/synchronization/AtomicUtil-inl.h+24
- folly/synchronization/AtomicUtil.h+12
- folly/synchronization/test/AtomicUtilTest.cpp+20
- folly/test/PackedSyncPtrTest.cpp+4
- .buckconfig.d/external_cells/facebook/buck2-shims-meta/external_cell.buckconfig+1-1
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/deps/github_hashes/facebookincubator/fizz-rev.txt+1-1
- quic/api/QuicTransportBase.cpp-6
- quic/api/QuicTransportBaseLite.cpp+19-19
- quic/api/test/QuicTransportTest.cpp+6-3
- quic/common/FunctionLooper.cpp+14-16
- quic/common/FunctionLooper.h-2
0 commit comments