Commit 1fa964f
Updating submodules
Summary:
GitHub commits:
facebook/buck2-prelude@fd0b16a
facebook/fb303@63a9ba0
facebook/fbthrift@07a0418
facebook/folly@434ce29
facebook/mvfst@dcc6bbb
facebook/wangle@33465b5
facebookexperimental/edencommon@4792c89
facebookexperimental/rust-shed@390cf57
facebookincubator/fizz@68b41ca
Reviewed By: jurajh-fb
fbshipit-source-id: f3f2704446bfe2a03fb3677328b333b4fc6029e21 parent a6c3c17 commit 1fa964f
5 files changed
+5
-5
lines changed- 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
- build/fbcode_builder/getdeps/platform.py+1-1
- thrift/compiler/compiler.cc+2-1
- thrift/compiler/sema/patch_mutator.cc+16
- thrift/compiler/test/fixtures/hack_service/out/hack_module2_with_patch/gen-hack/hack_types.php+1.1k
- thrift/compiler/test/fixtures/hack_service/out/hack_module2_with_patch/gen-hack/module2_with_patch_types.php+7-2
- thrift/compiler/test/fixtures/patch/out/android/gen-android/com/facebook/thrift/annotation/hack_deprecated/Adapter.java+191
- thrift/compiler/test/fixtures/patch/out/android/gen-android/com/facebook/thrift/annotation/hack_deprecated/Attributes.java+210
- thrift/compiler/test/fixtures/patch/out/android/gen-android/com/facebook/thrift/annotation/hack_deprecated/FieldWrapper.java+166
- thrift/compiler/test/fixtures/patch/out/android/gen-android/com/facebook/thrift/annotation/hack_deprecated/ModuleInternal.java+119
- thrift/compiler/test/fixtures/patch/out/android/gen-android/com/facebook/thrift/annotation/hack_deprecated/Name.java+192
- thrift/compiler/test/fixtures/patch/out/android/gen-android/com/facebook/thrift/annotation/hack_deprecated/SkipCodegen.java+151
- thrift/compiler/test/fixtures/patch/out/android/gen-android/com/facebook/thrift/annotation/hack_deprecated/StructAsTrait.java+116
- thrift/compiler/test/fixtures/patch/out/android/gen-android/com/facebook/thrift/annotation/hack_deprecated/StructTrait.java+154
- thrift/compiler/test/fixtures/patch/out/android/gen-android/com/facebook/thrift/annotation/hack_deprecated/UnionEnumAttributes.java+172
- thrift/compiler/test/fixtures/patch/out/android/gen-android/com/facebook/thrift/annotation/hack_deprecated/Wrapper.java+252
- thrift/compiler/test/fixtures/patch/out/cpp2/gen-cpp2/module_metadata.cpp+8
- thrift/compiler/test/fixtures/patch/out/go/gen-go/thrift/annotation/hack/const.go+14
- thrift/compiler/test/fixtures/patch/out/go/gen-go/thrift/annotation/hack/metadata.go+256
- thrift/compiler/test/fixtures/patch/out/go/gen-go/thrift/annotation/hack/svcs.go+5
- thrift/compiler/test/fixtures/patch/out/go/gen-go/thrift/annotation/hack/types.go+1.8k
- thrift/compiler/test/fixtures/patch/out/hack/gen-hack/hack_types.php+1.4k
- thrift/compiler/test/fixtures/patch/out/hack/gen-hack/module_types.php+128-53
- thrift/compiler/test/fixtures/patch/out/java_deprecated/gen-javadeprecated/com/facebook/thrift/annotation/hack_deprecated/Adapter.java+308
- thrift/compiler/test/fixtures/patch/out/java_deprecated/gen-javadeprecated/com/facebook/thrift/annotation/hack_deprecated/Attributes.java+326
- thrift/compiler/test/fixtures/patch/out/java_deprecated/gen-javadeprecated/com/facebook/thrift/annotation/hack_deprecated/FieldWrapper.java+283
- thrift/compiler/test/fixtures/patch/out/java_deprecated/gen-javadeprecated/com/facebook/thrift/annotation/hack_deprecated/ModuleInternal.java+177
- thrift/compiler/test/fixtures/patch/out/java_deprecated/gen-javadeprecated/com/facebook/thrift/annotation/hack_deprecated/Name.java+356
- thrift/compiler/test/fixtures/patch/out/java_deprecated/gen-javadeprecated/com/facebook/thrift/annotation/hack_deprecated/SkipCodegen.java+265
- thrift/compiler/test/fixtures/patch/out/java_deprecated/gen-javadeprecated/com/facebook/thrift/annotation/hack_deprecated/StructAsTrait.java+174
- thrift/compiler/test/fixtures/patch/out/java_deprecated/gen-javadeprecated/com/facebook/thrift/annotation/hack_deprecated/StructTrait.java+268
- thrift/compiler/test/fixtures/patch/out/java_deprecated/gen-javadeprecated/com/facebook/thrift/annotation/hack_deprecated/UnionEnumAttributes.java+288
- thrift/compiler/test/fixtures/patch/out/java_deprecated/gen-javadeprecated/com/facebook/thrift/annotation/hack_deprecated/Wrapper.java+479
- thrift/compiler/test/fixtures/patch/out/json/gen-json/hack.json+349
- thrift/compiler/test/fixtures/patch/out/json/gen-json/patch.json+103-100
- thrift/compiler/test/fixtures/patch/out/json_experimental/gen-json_experimental/hack.json+408
- thrift/compiler/test/fixtures/patch/out/json_experimental/gen-json_experimental/module.json+64
- thrift/compiler/test/fixtures/patch/out/json_experimental/gen-json_experimental/patch.json+45-44
- thrift/compiler/test/fixtures/patch/out/py/gen-py/thrift/annotation/hack/__init__.py+7
- thrift/compiler/test/fixtures/patch/out/py/gen-py/thrift/annotation/hack/constants.py+21
- thrift/compiler/test/fixtures/patch/out/py/gen-py/thrift/annotation/hack/ttypes.py+1.5k
- thrift/compiler/test/fixtures/patch/out/py3/gen-py3/hack/metadata.cpp+32
- thrift/compiler/test/fixtures/patch/out/py3/gen-py3/hack/metadata.h+22
- thrift/compiler/test/fixtures/patch/out/py3/gen-py3/hack/types.h+225
- thrift/compiler/test/fixtures/patch/out/python/gen-python/test/fixtures/patch/module/thrift_metadata.py+8
- thrift/compiler/test/fixtures/python_capi/out/cpp2/gen-cpp2/module_metadata.cpp+2
- thrift/compiler/test/fixtures/python_capi/out/python/gen-python/test/fixtures/python_capi/module/thrift_metadata.py+2
- thrift/lib/cpp2/server/Cpp2ConnContext.h+12
- thrift/lib/cpp2/server/LoggingEvent.h+1
- thrift/lib/cpp2/test/sbe/integration_test/src/ThriftSbeIntegrationBenchmark.cpp+1-1
- thrift/lib/cpp2/test/sbe/integration_test/src/ThriftSbeIntegrationTest.cpp+1-1
- thrift/lib/cpp2/test/server/ThriftServerTest.cpp+2-2
- thrift/lib/cpp2/transport/core/ThriftRequest.cpp+2
- thrift/lib/cpp2/transport/rocket/framing/Parser.cpp+14
- thrift/lib/cpp2/transport/rocket/framing/Parser.h+6-1
- thrift/lib/thrift/patch.thrift+4
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/deps/github_hashes/facebookincubator/fizz-rev.txt+1-1
- build/fbcode_builder/getdeps/platform.py+1-1
- quic/api/QuicTransportFunctions.cpp-2
- quic/api/test/QuicPacketSchedulerTest.cpp-6
- quic/api/test/QuicTransportFunctionsTest.cpp-8
- quic/api/test/QuicTypedTransportTest.cpp-5
- quic/codec/test/QuicPacketRebuilderTest.cpp-2
- quic/common/test/TestPacketBuilders.cpp-2
- quic/common/test/TestUtils.cpp-4
- quic/congestion_control/test/CopaTest.cpp-4
- quic/congestion_control/test/NewRenoTest.cpp-6
- quic/loss/test/QuicLossFunctionsTest.cpp-10
- quic/state/OutstandingPacket.h-17
- quic/state/test/AckHandlersTest.cpp-80
- quic/state/test/OutstandingPacketTest.cpp-16
- quic/state/test/QuicStateFunctionsTest.cpp-10
- quic/state/test/StateDataTest.cpp-6
0 commit comments