Skip to content

Commit

Permalink
Updating submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Source Bot authored and facebook-github-bot committed Sep 14, 2024
1 parent 0275742 commit cff9b56
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cachelib/external/fbthrift
Submodule fbthrift updated 49 files
+1 −1 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 −0 build/fbcode_builder/manifests/fizz
+13 −0 build/fbcode_builder/manifests/liboqs
+1 −2 thrift/compiler/generate/templates/python/thrift_mutable_types.pyi.mustache
+3 −3 thrift/compiler/generate/templates/python/types/compatible_unadapted_pep484_type.mustache
+24 −0 thrift/compiler/generate/templates/python/types/exception_base.mustache
+24 −0 thrift/compiler/generate/templates/python/types/mapping.mustache
+24 −0 thrift/compiler/generate/templates/python/types/sequence.mustache
+24 −0 thrift/compiler/generate/templates/python/types/set.mustache
+24 −0 thrift/compiler/generate/templates/python/types/struct_base.mustache
+31 −3 thrift/compiler/generate/templates/python/types/types_pyi.mustache
+3 −3 thrift/compiler/generate/templates/python/types/unadapted_pep484_type.mustache
+24 −0 thrift/compiler/generate/templates/python/types/union_base.mustache
+2 −2 .../python_experimental_generate_mutable_types/gen-python/test/fixtures/basic/module/thrift_mutable_clients.py
+1 −1 ...python_experimental_generate_mutable_types/gen-python/test/fixtures/basic/module/thrift_mutable_services.py
+633 −1 ...t/python_experimental_generate_mutable_types/gen-python/test/fixtures/basic/module/thrift_mutable_types.pyi
+103 −1 ...experimental_generate_mutable_types_service/gen-python/meta/example/thrift/service/thrift_mutable_types.pyi
+628 −1 ...es/complex-struct/out/python_experimental_generate_mutable_types/gen-python/module/thrift_mutable_types.pyi
+238 −1 ...res/complex-union/out/python_experimental_generate_mutable_types/gen-python/module/thrift_mutable_types.pyi
+449 −1 ...ixtures/constants/out/python_experimental_generate_mutable_types/gen-python/module/thrift_mutable_types.pyi
+167 −1 ...t/python_experimental_generate_mutable_types/gen-python/test/fixtures/enums/module/thrift_mutable_types.pyi
+252 −1 ...xtures/exceptions/out/python_experimental_generate_mutable_types/gen-python/module/thrift_mutable_types.pyi
+44 −1 ...fixtures/includes/out/python_experimental_generate_mutable_types/gen-python/module/thrift_mutable_types.pyi
+113 −1 ...t_metadata_fields/out/python_experimental_generate_mutable_types/gen-python/module/thrift_mutable_types.pyi
+74 −1 ...xtures/int_limits/out/python_experimental_generate_mutable_types/gen-python/module/thrift_mutable_types.pyi
+990 −1 ...n_experimental_generate_mutable_types/gen-python/test/fixtures/interactions/module/thrift_mutable_types.pyi
+110 −1 ...st/fixtures/mixin/out/python_experimental_generate_mutable_types/gen-python/module/thrift_mutable_types.pyi
+63 −1 ..._experimental_generate_mutable_types/gen-python/test/namespace_from_package/module/thrift_mutable_types.pyi
+63 −1 ...te_mutable_types/gen-python/test/namespace_from_package_without_module_name/module/thrift_mutable_types.pyi
+519 −1 ...on_experimental_generate_mutable_types/gen-python/test/fixtures/python_capi/module/thrift_mutable_types.pyi
+134 −1 ...es/service-schema/out/python_experimental_generate_mutable_types/gen-python/module/thrift_mutable_types.pyi
+444 −1 ...t/fixtures/stream/out/python_experimental_generate_mutable_types/gen-python/module/thrift_mutable_types.pyi
+8 −8 ...xperimental_generate_mutable_types/gen-python/apache/thrift/fixtures/types/module/thrift_mutable_clients.py
+4 −4 ...perimental_generate_mutable_types/gen-python/apache/thrift/fixtures/types/module/thrift_mutable_services.py
+939 −1 ...experimental_generate_mutable_types/gen-python/apache/thrift/fixtures/types/module/thrift_mutable_types.pyi
+77 −4 thrift/compiler/whisker/expected.h
+37 −0 thrift/compiler/whisker/test/expected_test.cc
+53 −0 thrift/lib/cpp2/async/tests/ClientInterceptorTest.cpp
+1 −1 thrift/lib/cpp2/op/Get.h
+8 −3 thrift/lib/go/thrift/rocket_rsocket_client.go
+94 −0 thrift/lib/go/thrift/rocket_rsocket_client_block.go
+2 −4 thrift/lib/py3/test/auto_migrate/enums.py
+12 −4 thrift/lib/py3/types.pyx
+2 −2 thrift/lib/rust/any/tests/src/bridge.rs
+2 −2 thrift/lib/rust/any/tests/src/compare_with_cpp.rs
+3 −3 thrift/lib/rust/any/tests/src/cpp.cpp
+6 −2 thrift/test/py/enums_py3_test.py

0 comments on commit cff9b56

Please sign in to comment.