Commit 13bd4c9
Updating submodules
Summary:
GitHub commits:
facebook/fb303@4a23c23
facebook/fbthrift@0fa48a8
facebook/folly@b529745
facebook/mvfst@c9abaad
facebook/wangle@31df87b
facebookexperimental/edencommon@cd1f11b
facebookexperimental/rust-shed@194e9de
facebookincubator/fizz@578c603
Reviewed By: jailby
fbshipit-source-id: 521f6dba5b85a89194e43bb16b6d9d4555fdc8141 parent 0ce7965 commit 13bd4c9
5 files changed
Lines changed: 5 additions & 5 deletions
- 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/ast/t_field.h+4-5
- thrift/compiler/ast/t_named.h+2-3
- thrift/compiler/gen/cpp/type_resolver.cc+13-2
- thrift/compiler/gen/cpp/type_resolver.h+4-2
- thrift/compiler/generate/t_hack_generator.cc+82-49
- thrift/compiler/generate/t_java_deprecated_generator.cc+5-3
- thrift/compiler/generate/t_java_deprecated_generator.h+1-1
- thrift/compiler/generate/t_mstch_cpp2_generator.cc+5-5
- thrift/compiler/generate/t_mstch_generator.cc+2-2
- thrift/compiler/generate/t_mstch_generator.h+2-2
- thrift/compiler/generate/t_mstch_rust_generator.cc+3-3
- thrift/compiler/lib/rust/util.cc+1-1
- thrift/compiler/lib/rust/util.h+2-2
- thrift/compiler/parse/lexer.cc+2-2
- thrift/compiler/parse/lexer.h+4-2
- thrift/compiler/parse/parse_ast.cc+12-12
- thrift/compiler/parse/parser.cc+7-7
- thrift/compiler/parse/parser.h+7-8
- thrift/compiler/test/fixtures/basic-annotations/out/hack/gen-hack/BadService.php+40-65
- thrift/compiler/test/fixtures/basic-annotations/out/hack/gen-hack/FooBarBazService.php+41-66
- thrift/compiler/test/fixtures/basic-annotations/out/hack/gen-hack/MyService.php+41-66
- thrift/compiler/test/fixtures/basic-annotations/out/hack/gen-hack/MyServicePrioChild.php+40-65
- thrift/compiler/test/fixtures/basic-annotations/out/hack/gen-hack/MyServicePrioParent.php+41-66
- thrift/compiler/test/fixtures/basic/out/hack/gen-hack/DbMixedStackArguments.php+41-66
- thrift/compiler/test/fixtures/basic/out/hack/gen-hack/FB303Service.php+40-65
- thrift/compiler/test/fixtures/basic/out/hack/gen-hack/MyService.php+41-66
- thrift/compiler/test/fixtures/basic/out/hack/gen-hack/RenamedService.php+40-65
- thrift/compiler/test/fixtures/from_map_construct/out/hack/gen-hack/Bar.php+40-65
- thrift/compiler/test/fixtures/hack-const-collections/out/hack/gen-hack/Bar.php+40-65
- thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/out/hack/gen-hack/Service.php+40-65
- thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/out/hack/gen-hack/Service1.php+41-66
- thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/out/hack_annotations/gen-hack/MyService.php+40-65
- thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/out/hack_constants/gen-hack/Service1.php+41-66
- thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/out/hack_include/gen-hack/Service1.php+41-66
- thrift/compiler/test/fixtures/hack_service/out/hack_module2/gen-hack/FooHackService.php+14-39
- thrift/compiler/test/fixtures/hack_service/out/hack_module2/gen-hack/TestService.php+41-66
- thrift/compiler/test/fixtures/hack_service_typedef/out/hack_module2/gen-hack/FooHackService.php+14-39
- thrift/compiler/test/fixtures/hack_service_typedef/out/hack_module2/gen-hack/TestService.php+41-66
- thrift/compiler/test/fixtures/namespace_from_package/out/hack/gen-hack/TestService.php+40-65
- thrift/compiler/test/fixtures/namespace_from_package_without_module_name/out/hack/gen-hack/TestService.php+40-65
- thrift/compiler/test/fixtures/params/out/hack/gen-hack/NestedContainers.php+41-66
- thrift/compiler/test/fixtures/php-migration/out/hack/gen-hack/Bar.php+40-65
- thrift/compiler/test/fixtures/types/out/cpp2/gen-cpp2/module_fatal_struct.h+1-1
- thrift/compiler/test/fixtures/types/out/cpp2/gen-cpp2/module_metadata.cpp+1-1
- thrift/compiler/test/fixtures/types/out/cpp2/gen-cpp2/module_types.cpp+3-3
- thrift/compiler/test/fixtures/types/out/cpp2/gen-cpp2/module_types.h+15-15
- thrift/compiler/test/fixtures/types/out/cpp2/gen-cpp2/module_types.tcc+5-5
- thrift/compiler/test/fixtures/types/out/hack/gen-hack/module_types.php+19-10
- thrift/compiler/test/fixtures/types/out/py3/gen-py3/apache/thrift/fixtures/types/module/types.pxd+6-46
- thrift/compiler/test/fixtures/types/out/py3/gen-py3/apache/thrift/fixtures/types/module/types.pyi+2-2
- thrift/compiler/test/fixtures/types/out/py3/gen-py3/apache/thrift/fixtures/types/module/types.pyx+18-18
- thrift/compiler/test/fixtures/types/out/py3/gen-py3/apache/thrift/fixtures/types/module/types_fields.pyx+1-1
- thrift/compiler/test/fixtures/types/out/py3/gen-py3/apache/thrift/fixtures/types/module/types_reflection.pxd+1-1
- thrift/compiler/test/fixtures/types/out/py3/gen-py3/apache/thrift/fixtures/types/module/types_reflection.pyx+2-2
- thrift/compiler/test/fixtures/types/out/python/gen-python/apache/thrift/fixtures/types/module/thrift_metadata.py+1
- thrift/compiler/test/fixtures/types/out/rust/gen-rust/types.rs+11
- thrift/compiler/test/fixtures/types/src/module.thrift+1-1
- thrift/compiler/test/parser_test.cc+5-3
- thrift/compiler/test/type_resolver_test.cc+6-6
- thrift/doc/features/patch/patch.md+2-2
- thrift/lib/cpp2/op/PatchTest.cpp
- thrift/lib/cpp2/server/CPUConcurrencyController.cpp+35-6
- thrift/lib/cpp2/server/CPUConcurrencyController.h+16-4
- thrift/lib/cpp2/server/Cpp2Connection.cpp+2-2
- thrift/lib/cpp2/server/Cpp2Connection.h+1-1
- thrift/lib/cpp2/server/RequestsRegistry.h+1-1
- thrift/lib/cpp2/server/test/CPUConcurrencyControllerTest.cpp+66
- thrift/lib/cpp2/test/InstrumentationTest.cpp+2-2
- thrift/lib/cpp2/transport/rocket/server/RocketThriftRequests.cpp+8-8
- thrift/lib/cpp2/transport/rocket/server/RocketThriftRequests.h+4-4
- thrift/lib/cpp2/type/AnyDebugWriterTest.cpp+1-1
- thrift/lib/cpp2/type/AnyTest.cpp+168
- thrift/lib/cpp2/type/AnyTesting.h
- thrift/lib/cpp2/util/test/AllocationColocatorTest.cpp+24
- thrift/lib/go/thrift/clientconn.go+2-2
- thrift/lib/go/thrift/header_protocol.go+4-3
- thrift/test/AnyTest.cpp+2-150
- thrift/test/structs.thrift+3-1
- thrift/vendor/simple-binary-encoding/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java+2-2
- folly/container/tape.h+5
- folly/executors/ThreadPoolExecutor.cpp+1
- folly/executors/ThreadPoolExecutor.h+2
- folly/experimental/coro/detail/BarrierTask.h+2-2
- folly/experimental/io/MuxIOThreadPoolExecutor.cpp+15-6
- folly/experimental/io/MuxIOThreadPoolExecutor.h+11-1
- folly/experimental/io/test/MuxIOThreadPoolExecutorTest.cpp+41-10
- folly/io/async/AsyncSSLSocket.cpp-4
- folly/memory/MemoryResource.h+4
- folly/portability/OpenSSL.cpp-85
- folly/portability/OpenSSL.h+1-36
0 commit comments