Commit dd70021
Updating submodules
Summary:
GitHub commits:
facebook/fbthrift@68ba685
facebook/folly@2aa2812
facebook/litho@07e0f36
facebook/proxygen@8a72573
facebook/squangle@8d1b228
facebookincubator/superconsole@93ad1f5
facebookincubator/velox@4271fa1
facebookresearch/beanmachine@0c91a03
pytorch/FBGEMM@4c64ac4
Reviewed By: jurajh-fb
fbshipit-source-id: e822d47c4f8c58a79edb1d7501867af5acc55a961 parent 10f2213 commit dd70021
2 files changed
+2
-2
lines changed- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- thrift/compiler/gen/cpp/type_resolver.cc+16-1
- thrift/compiler/generate/t_mstch_rust_generator.cc+5
- thrift/compiler/generate/templates/rust/lib/client.mustache+37-6
- thrift/compiler/generate/templates/rust/lib/client_return_type.mustache+14-2
- thrift/compiler/generate/templates/rust/lib/mod.mock.mustache+4
- thrift/compiler/generate/templates/rust/lib/server.mustache+16-7
- thrift/compiler/generate/templates/rust/lib/server_return_type.mustache+13-3
- thrift/compiler/generate/templates/rust/lib/service.mustache+22-22
- thrift/compiler/sema/standard_validator.cc+52-18
- thrift/compiler/test/compiler_failure_test.py+33-5
- thrift/compiler/test/fixtures/adapter/gen-rust/lib.rs+36-37
- thrift/compiler/test/fixtures/basic-annotations/gen-rust/lib.rs+126-134
- thrift/compiler/test/fixtures/basic/gen-rust/lib.rs+136-146
- thrift/compiler/test/fixtures/doctext/gen-rust/lib.rs+31-33
- thrift/compiler/test/fixtures/exceptions/gen-rust/lib.rs+38-41
- thrift/compiler/test/fixtures/inheritance/gen-rust/lib.rs+44-46
- thrift/compiler/test/fixtures/interactions/gen-rust/lib.rs+189-179
- thrift/compiler/test/fixtures/namespace_from_package/gen-rust/lib.rs+14-14
- thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-rust/lib.rs+14-14
- thrift/compiler/test/fixtures/no-legacy-apis/gen-rust/lib.rs+14-14
- thrift/compiler/test/fixtures/params/gen-rust/lib.rs+46-50
- thrift/compiler/test/fixtures/patch/gen-cpp2/module_types.h+28-28
- thrift/compiler/test/fixtures/rust-noserver/gen-rust/lib.rs+36-18
- thrift/compiler/test/fixtures/rust-raw-identifiers/gen-rust/lib.rs+22-23
- thrift/compiler/test/fixtures/rust-request-context/gen-rust/lib.rs+506-102
- thrift/compiler/test/fixtures/rust-request-context/src/module.thrift+1
- thrift/compiler/test/fixtures/rust-skip-none-serialization/gen-rust/lib.rs+36-18
- thrift/compiler/test/fixtures/stream/gen-rust/lib.rs+87-95
- thrift/compiler/test/fixtures/types/gen-rust/lib.rs+22-23
- thrift/doc/beta/adapter.md-3
- thrift/doc/beta/index.md-9
- thrift/doc/contribution-guide.md-7
- thrift/doc/contributions/conformance/index.md+1-1
- thrift/doc/contributions/conformance/testsuite/client-rpc-test.png
- thrift/doc/contributions/conformance/testsuite/client-rpc.md+1-1
- thrift/doc/contributions/conformance/testsuite/data-test.png
- thrift/doc/contributions/conformance/testsuite/data.md+1-1
- thrift/doc/contributions/conformance/testsuite/index.md+11
- thrift/doc/contributions/conformance/testsuite/server-rpc-test.png
- thrift/doc/contributions/conformance/testsuite/server-rpc.md+1-1
- thrift/doc/contributions/content/index.md+11
- thrift/doc/contributions/content/local-preview.md+19
- thrift/doc/contributions/content/site-structure.md+22
- thrift/doc/contributions/index.md+11
- thrift/doc/debugging.md-5
- thrift/doc/experimental/index.md-12
- thrift/doc/features/adapter.md+8
- thrift/doc/features/any.md+8-6
- thrift/doc/features/hash.md+4
- thrift/doc/features/index.md+10
- thrift/doc/features/patch.md+3
- thrift/doc/features/schema.md+3
- thrift/doc/features/yaml.md+3
- thrift/doc/get-started/index.md+11
- thrift/doc/get-started/quickstart-guide.md+7
- thrift/doc/glossary.md+34-5
- thrift/doc/guides/conformance/testsuite/index.md-9
- thrift/doc/guides/index.md-8
- thrift/doc/guides/tutorial/index.md-5
- thrift/doc/howtos/add-structured-annotations.md+10
- thrift/doc/howtos/index.md+11
- thrift/doc/languages/cpp/channel.md+2-1
- thrift/doc/languages/cpp/cpp2.md+3
- thrift/doc/languages/cpp/index.md+4
- thrift/doc/languages/cpp/iobuf-readahead.png
- thrift/doc/languages/cpp/iobuf-write-buffering.png
- thrift/doc/languages/cpp/thrift2-server-noop-perf.png
- thrift/doc/languages/cpp/thrift2-server-out-of-order-perf.png
- thrift/doc/languages/index.md+11
- thrift/doc/references/index.md+3-1
- thrift/doc/releases.md-10
- thrift/doc/releases/index.md+11
- thrift/doc/releases/release-notes-v1.md+6
- thrift/doc/spec/conformance/index.md-3
- thrift/doc/spec/definition/index.md+3-7
- thrift/doc/spec/glossary.md-36
- thrift/doc/spec/index.md+8-6
- thrift/doc/spec/protocol/channel.md+1-2
- thrift/doc/spec/protocol/data.md+2-2
- thrift/doc/spec/protocol/index.md+3-3
- thrift/doc/troubleshoot/debugging-issues.md+7
- thrift/doc/troubleshoot/errors.md+7
- thrift/doc/troubleshoot/index.md+11
- thrift/doc/tutorials/docstring-annotation.md+7
- thrift/doc/tutorials/index.md+11
- thrift/lib/cpp2/op/detail/Clear.h+1-1
- thrift/lib/cpp2/protocol/Protocol.h+6-2
- thrift/lib/cpp2/server/Cpp2ConnContext.h+13-10
- thrift/lib/rust/src/processor.rs+16
- thrift/test/reflection/FieldsTest.cpp+3-2
- thrift/website/docusaurus.config.js+2-2
- thrift/website/sidebars.js+228-10
0 commit comments