Commit ffa3eec
Updating submodules
Summary:
GitHub commits:
96fb269
facebook/fb303@4bd5cc9
facebook/fbthrift@05eee0a
facebookarchive/fbzmq@251dcc1
facebook/proxygen@173c3ba
facebook/wangle@1539594
facebook/watchman@b61b18c
facebookexperimental/rust-shed@3e88384
facebookincubator/fizz@c515905
facebookincubator/katran@f476862
facebook/mvfst@908d06b
facebookincubator/velox@b0bfc83
Reviewed By: jurajh-fb
fbshipit-source-id: 395e763435bf40f790b121627ca547f95776d01d1 parent 96fb269 commit ffa3eec
3 files changed
+3
-3
lines changed- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/deps/github_hashes/facebook/wangle-rev.txt+1-1
- thrift/annotation/thrift.thrift+10
- thrift/compiler/test/fixtures/adapter/gen-android/NoLegacyApi.java+114
- thrift/compiler/test/fixtures/adapter/gen-go/thrift/annotation/thrift/ttypes.go+65
- thrift/compiler/test/fixtures/adapter/gen-hack/thrift_types.php+102
- thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/thrift_deprecated/NoLegacyApi.java+174
- thrift/compiler/test/fixtures/adapter/gen-json/thrift.json+21-3
- thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/thrift/constants.py+1-1
- thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/thrift/ttypes.py+78-1
- thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/thrift/ttypes.pyi+24
- thrift/compiler/test/fixtures/adapter/gen-py3/thrift/metadata.cpp+1
- thrift/compiler/test/fixtures/adapter/gen-py3/thrift/types.h+17
- thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/thrift_types.php+111
- thrift/compiler/test/fixtures/hack_field_wrapper_with_collections/gen-hack/thrift_types.php+110
- thrift/compiler/test/fixtures/merge_from/gen-go/thrift/annotation/thrift/ttypes.go+65
- thrift/compiler/test/fixtures/merge_from/gen-hack/thrift_types.php+82
- thrift/compiler/test/fixtures/merge_from/gen-javadeprecated/com/facebook/thrift/annotation/thrift_deprecated/NoLegacyApi.java+174
- thrift/compiler/test/fixtures/merge_from/gen-py/thrift/annotation/thrift/constants.py+1-1
- thrift/compiler/test/fixtures/merge_from/gen-py/thrift/annotation/thrift/ttypes.py+65-1
- thrift/compiler/test/fixtures/merge_from/gen-py3/thrift/metadata.cpp+1
- thrift/compiler/test/fixtures/merge_from/gen-py3/thrift/types.h+17
- thrift/compiler/test/fixtures/no-legacy-apis/gen-android/NoLegacyApi.java+114
- thrift/compiler/test/fixtures/no-legacy-apis/gen-go/thrift/annotation/thrift/ttypes.go+65
- thrift/compiler/test/fixtures/no-legacy-apis/gen-hack/thrift_types.php+103
- thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation/thrift_deprecated/NoLegacyApi.java+174
- thrift/compiler/test/fixtures/no-legacy-apis/gen-json/module.json+22-22
- thrift/compiler/test/fixtures/no-legacy-apis/gen-json/thrift.json+21-3
- thrift/compiler/test/fixtures/no-legacy-apis/gen-json_experimental/module.json+12-12
- thrift/compiler/test/fixtures/no-legacy-apis/gen-json_experimental/thrift.json+7-1
- thrift/compiler/test/fixtures/no-legacy-apis/gen-py/thrift/annotation/thrift/constants.py+1-1
- thrift/compiler/test/fixtures/no-legacy-apis/gen-py/thrift/annotation/thrift/ttypes.py+78-1
- thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/thrift/metadata.cpp+1
- thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/thrift/types.h+17
- thrift/compiler/test/fixtures/no-legacy-apis/src/module.thrift+1
- thrift/compiler/test/fixtures/patch/gen-android/NoLegacyApi.java+114
- thrift/compiler/test/fixtures/patch/gen-go/thrift/annotation/thrift/ttypes.go+65
- thrift/compiler/test/fixtures/patch/gen-hack/thrift_types.php+103
- thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation/thrift_deprecated/NoLegacyApi.java+174
- thrift/compiler/test/fixtures/patch/gen-json/thrift.json+21-3
- thrift/compiler/test/fixtures/patch/gen-json_experimental/thrift.json+7-1
- thrift/compiler/test/fixtures/patch/gen-py/thrift/annotation/thrift/constants.py+1-1
- thrift/compiler/test/fixtures/patch/gen-py/thrift/annotation/thrift/ttypes.py+78-1
- thrift/compiler/test/fixtures/patch/gen-py3/thrift/metadata.cpp+1
- thrift/compiler/test/fixtures/patch/gen-py3/thrift/types.h+17
- thrift/compiler/test/fixtures/serialization_field_order/gen-android/NoLegacyApi.java+114
- thrift/compiler/test/fixtures/serialization_field_order/gen-go/thrift/annotation/thrift/ttypes.go+65
- thrift/compiler/test/fixtures/serialization_field_order/gen-hack/thrift_types.php+102
- thrift/compiler/test/fixtures/serialization_field_order/gen-json/thrift.json+21-3
- thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/thrift/constants.py+1-1
- thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/thrift/ttypes.py+78-1
- thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/thrift/ttypes.pyi+24
- thrift/compiler/test/fixtures/serialization_field_order/gen-py3/thrift/metadata.cpp+1
- thrift/compiler/test/fixtures/serialization_field_order/gen-py3/thrift/types.h+17
- thrift/conformance/GTestHarness.cpp+12-12
- thrift/conformance/cpp2/Any.cpp+14-15
- thrift/conformance/cpp2/AnyRegistry.cpp+17-19
- thrift/conformance/cpp2/AnyRegistryTest.cpp+38-39
- thrift/conformance/cpp2/AnyTest.cpp+13-13
- thrift/conformance/cpp2/ConformanceHandler.cpp+5-5
- thrift/conformance/cpp2/Protocol.cpp+4-4
- thrift/conformance/cpp2/TestValue.h+3-3
- thrift/conformance/cpp2/Testing.cpp+1-1
- thrift/conformance/cpp2/ThriftTypeInfo.cpp+6-7
- thrift/conformance/cpp2/ThriftTypeInfoTest.cpp+5-5
- thrift/conformance/cpp2/internal/TestValue.h+19-21
- thrift/conformance/data/CompatibilityGenerator.cpp+1-1
- thrift/conformance/data/TestGenerator.cpp+12-13
- thrift/lib/cpp2/frozen/schema/MemorySchema.cpp+20-20
- thrift/lib/cpp2/frozen/test/Compatibility.cpp+8-9
- thrift/lib/cpp2/frozen/test/FrozenAssociativeTest.cpp+5-8
- thrift/lib/cpp2/frozen/test/FrozenIOBufTest.cpp+4-4
- thrift/lib/cpp2/frozen/test/FrozenReferenceTest.cpp+18-18
- thrift/lib/cpp2/frozen/test/FrozenSerializationBench.cpp+10-10
- thrift/lib/cpp2/frozen/test/FrozenTest.cpp+77-79
- thrift/lib/cpp2/frozen/test/FrozenUnionTest.cpp+20-20
- thrift/lib/cpp2/frozen/test/FrozenUtilTest.cpp+2-2
- thrift/lib/cpp2/frozen/test/FrozenVectorAssociativeTest.cpp+6-6
- thrift/lib/cpp2/server/ExecutorToThreadManagerAdaptor.h+3-5
- thrift/lib/cpp2/server/ThriftServer.cpp-8
0 commit comments