Commit 03e656c
Updating submodules
Summary:
GitHub commits:
facebook/fbthrift@0682b3e
facebook/mvfst@d695db3
facebook/proxygen@944180b
facebook/watchman@bcb39eb
facebookincubator/fizz@9515a97
facebookincubator/velox@106bfc9
Reviewed By: jurajh-fb
fbshipit-source-id: f0e2d395cb995820244ad6cb3e8eb0c1fd2fdef11 parent 957cf58 commit 03e656c
2 files changed
+2
-2
lines changed- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- thrift/compiler/generate/t_mstch_py3_generator.cc+4
- thrift/compiler/generate/templates/py3/types.pxd.mustache+4
- thrift/compiler/generate/templates/py3/types.pyx.mustache+6
- thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/module/types.pyx+1
- thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/types.pyx+1
- thrift/compiler/test/fixtures/complex-union/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/constants/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/empty-struct/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/module/types.pyx+1
- thrift/compiler/test/fixtures/exceptions/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/includes/gen-py3/includes/types.pyx+1
- thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/types.pyx+1
- thrift/compiler/test/fixtures/includes/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/includes/gen-py3/service/types.pyx+1
- thrift/compiler/test/fixtures/includes/gen-py3/transitive/types.pyx+1
- thrift/compiler/test/fixtures/inheritance/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/types.pyx+1
- thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/types.pyx+1
- thrift/compiler/test/fixtures/list/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/types.pyx+1
- thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/mixin/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/types.pyx+1
- thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/types.pyx+1
- thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/types.pyx+1
- thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/types.pyx+1
- thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/types.pyx+1
- thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/types.pyx+1
- thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/types.pyx+1
- thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/types.pyx+1
- thrift/compiler/test/fixtures/optionals/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/params/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/patch/types.pyx+1
- thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/type/id/types.pyx+1
- thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/type/standard/types.pyx+1
- thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/types.pyx+1
- thrift/compiler/test/fixtures/py3/gen-py3/empty/types.pyx+1
- thrift/compiler/test/fixtures/py3/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/qualified/gen-py3/module0/types.pyx+1
- thrift/compiler/test/fixtures/qualified/gen-py3/module1/types.pyx+1
- thrift/compiler/test/fixtures/qualified/gen-py3/module2/types.pyx+1
- thrift/compiler/test/fixtures/refs/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/req-opt/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/single_file_service/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/types.pyx+1
- thrift/compiler/test/fixtures/sink/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/stream/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/types.pyx+1
- thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/types.pyx+1
- thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/types.pyx+1
- thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/types.pyx+1
- thrift/compiler/test/fixtures/transitive-deps/gen-py3/s/types.pyx+1
- thrift/compiler/test/fixtures/types/gen-py3/apache/thrift/fixtures/types/included/types.pyx+1
- thrift/compiler/test/fixtures/types/gen-py3/apache/thrift/fixtures/types/module/types.pyx+1
- thrift/lib/py3/types.pxd+4
- thrift/lib/python/capi/py3_converter.h+39
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- fizz/CMakeLists.txt+9-7
- fizz/client/FizzClientContext.h+1-1
- fizz/client/test/ClientProtocolTest.cpp+1
- fizz/compression/BrotliCertificateCompressor.cpp+1-1
- fizz/compression/BrotliCertificateCompressor.h+1-1
- fizz/compression/BrotliCertificateDecompressor.cpp+1-1
- fizz/compression/BrotliCertificateDecompressor.h+1-1
- fizz/compression/CertDecompressionManager.cpp+1-1
- fizz/compression/CertDecompressionManager.h+1-1
- fizz/compression/CertificateCompressor.h
- fizz/compression/ZlibCertificateCompressor.cpp+1-1
- fizz/compression/ZlibCertificateCompressor.h+1-1
- fizz/compression/ZlibCertificateDecompressor.cpp+1-1
- fizz/compression/ZlibCertificateDecompressor.h+1-1
- fizz/compression/ZstdCertificateCompressor.cpp+1-1
- fizz/compression/ZstdCertificateCompressor.h+1-1
- fizz/compression/ZstdCertificateDecompressor.cpp+1-1
- fizz/compression/ZstdCertificateDecompressor.h+1-1
- fizz/compression/test/BrotliCertificateCompressorTest.cpp+2-2
- fizz/compression/test/CertDecompressionManagerTest.cpp+2-2
- fizz/compression/test/Mocks.h+35
- fizz/compression/test/ZlibCertificateCompressorTest.cpp+2-2
- fizz/compression/test/ZstdCertificateCompressorTest.cpp+2-2
- fizz/protocol/Certificate.h+1-1
- fizz/protocol/test/Mocks.h-23
- fizz/test/HandshakeTest.h+2-2
- fizz/tool/FizzClientCommand.cpp+3-3
- fizz/tool/FizzServerCommand.cpp+3-3
0 commit comments