Commit 679eacc
Updating submodules
Summary:
GitHub commits:
facebook/fb303@57656f8
facebook/fbthrift@a20c5e1
facebook/folly@8aceb9b
facebook/mvfst@ace18c3
facebook/wangle@de1189e
facebookexperimental/edencommon@aeef5df
facebookexperimental/rust-shed@e66cb98
facebookincubator/fizz@9bf8074
Reviewed By: jailby
fbshipit-source-id: dc99f9ef4d5d48197aa5c4b5de530cbc237aa3f21 parent 13bd4c9 commit 679eacc
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/compiler.cc-1
- thrift/compiler/detail/mustache/mstch.h+20-6
- thrift/compiler/detail/mustache/render_context.cpp+2-2
- thrift/compiler/detail/mustache/state/in_section.cpp+3-3
- thrift/compiler/detail/mustache/state/outside_section.cpp+1-1
- thrift/compiler/detail/mustache/test/object_test.cpp+3-3
- thrift/compiler/detail/mustache/utils.h-6
- thrift/compiler/detail/mustache/visitor/get_token.h+1-3
- thrift/compiler/detail/mustache/visitor/has_token.h+1-3
- thrift/compiler/detail/mustache/visitor/is_node_empty.h+1-3
- thrift/compiler/detail/mustache/visitor/render_node.h+2-3
- thrift/compiler/detail/mustache/visitor/render_section.h+4-6
- thrift/compiler/gen/cpp/namespace_resolver.cc-1
- thrift/compiler/gen/cpp/type_resolver.cc+2-13
- thrift/compiler/gen/cpp/type_resolver.h+1-3
- thrift/compiler/generate/t_mstch_cpp2_generator.cc+6-6
- thrift/compiler/generate/t_mstch_generator.h+2-2
- thrift/compiler/generate/t_mstch_java_generator.cc+2-2
- thrift/compiler/generate/t_mstch_python_generator.cc+2-2
- thrift/compiler/generate/t_mstch_rust_generator.cc+1-1
- thrift/compiler/generate/t_py_generator.cc-1
- thrift/compiler/generate/templates/python/thrift_metadata.py.mustache+1-1
- thrift/compiler/lib/cpp2/util.cc+1-4
- thrift/compiler/lib/java/util.h-2
- thrift/compiler/parse/lexer.cc-1
- thrift/compiler/test/fixtures/complex-struct/out/python/gen-python/module/thrift_metadata.py+3-3
- thrift/compiler/test/fixtures/constants/out/python/gen-python/module/thrift_metadata.py+5-5
- thrift/compiler/test/fixtures/exceptions/out/python/gen-python/module/thrift_metadata.py+1-1
- thrift/compiler/test/fixtures/hack_service/cmd+2
- thrift/compiler/test/fixtures/hack_service/out/hack_module2_typedef/gen-hack/FooHackService.php
- thrift/compiler/test/fixtures/hack_service/out/hack_module2_typedef/gen-hack/TestService.php
- thrift/compiler/test/fixtures/hack_service/out/hack_module2_typedef/gen-hack/module2_types.php
- thrift/compiler/test/fixtures/hack_service/out/hack_module2_typedef/gen-hack/module_types.php
- thrift/compiler/test/fixtures/hack_service/out/hack_typedef/gen-hack/FooHackService.php
- thrift/compiler/test/fixtures/hack_service/out/hack_typedef/gen-hack/module_types.php
- thrift/compiler/test/fixtures/hack_service_typedef/cmd-2
- thrift/compiler/test/fixtures/hack_service_typedef/src/module.thrift-32
- thrift/compiler/test/fixtures/hack_service_typedef/src/module2.thrift-31
- thrift/compiler/test/fixtures/inject_metadata_fields/out/python/gen-python/module/thrift_metadata.py+2-2
- thrift/compiler/test/fixtures/inject_metadata_fields/out/python_foo/gen-python/foo/thrift_metadata.py+2-2
- thrift/compiler/test/fixtures/mixin/out/python/gen-python/module/thrift_metadata.py+1-1
- thrift/compiler/test/fixtures/patch/out/python/gen-python/test/fixtures/patch/module/thrift_metadata.py+87-87
- thrift/compiler/test/fixtures/py3/out/python/gen-python/module/thrift_metadata.py+1-1
- thrift/compiler/test/fixtures/python_capi/out/python/gen-python/test/fixtures/python_capi/module/thrift_metadata.py+25-25
- thrift/compiler/test/fixtures/python_capi/out/python_serialized_dep/gen-python/test/fixtures/python_capi/serialized_dep/thrift_metadata.py+4-4
- 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+10-19
- thrift/compiler/test/fixtures/types/out/py3/gen-py3/apache/thrift/fixtures/types/module/types.pxd+46-6
- 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+12-13
- 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_helpers.h+2-2
- thrift/compiler/test/type_resolver_test.cc+6-6
- thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/resources/ThreadPoolScheduler.java+3-1
- thrift/lib/python/test/metadata.py+3-1
- thrift/lib/thrift/patch.thrift+4
- thrift/test/structs.thrift+1-3
- .packit.yaml-37
- folly/experimental/ExecutionObserver.h+10-2
- folly/experimental/settings/Settings.cpp+8-5
- folly/experimental/symbolizer/Elf.cpp+3
- folly/fibers/FiberManagerInternal-inl.h+12-4
- folly/io/async/AsyncServerSocket.cpp+5
- folly/io/async/AsyncServerSocket.h+7
- folly/io/async/EventBase.cpp+16-6
- folly/io/async/EventHandler.cpp+6-2
- folly/io/async/test/EventBaseTestLib.h+8-2
- folly/portability/OpenSSL.h-4
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/deps/github_hashes/facebookincubator/fizz-rev.txt+1-1
- quic/client/QuicClientTransport.h+2-2
- quic/client/handshake/ClientHandshake.h-11
- quic/client/test/Mocks.h+2-2
- quic/common/events/test/QuicEventBaseMock.h+3-1
- quic/fizz/client/handshake/FizzClientHandshake.cpp+21-5
- quic/fizz/client/handshake/FizzClientHandshake.h+2-2
- quic/fizz/client/handshake/test/FizzClientHandshakeTest.cpp+21
- quic/handshake/HandshakeLayer.h+11
- quic/server/handshake/ServerHandshake.cpp+24
- quic/server/handshake/ServerHandshake.h+8
- quic/server/handshake/test/ServerHandshakeTest.cpp+20
0 commit comments