Skip to content

Commit

Permalink
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 83 files
+1 −1 CMakeLists.txt
+1 −1 build/deps/github_hashes/facebook/folly-rev.txt
+1 −1 build/deps/github_hashes/facebook/wangle-rev.txt
+0 −1 thrift/compiler/CMakeLists.txt
+5 −4 thrift/compiler/ast/diagnostic_context.h
+4 −3 thrift/compiler/compiler.cc
+2 −2 thrift/compiler/compiler.h
+8 −0 thrift/compiler/diagnostic.h
+2 −2 thrift/compiler/generate/t_hack_generator.cc
+10 −3 thrift/compiler/generate/t_mstch_python_capi_generator.cc
+2 −2 thrift/compiler/generate/templates/java/ReactiveClient.mustache
+3 −0 thrift/compiler/sema/explicit_include_validator.cc
+0 −9 thrift/compiler/sema/explicit_include_validator.h
+2 −2 thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/AdapterServiceReactiveClient.java
+1 −1 thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/ServiceReactiveClient.java
+2 −2 ...piler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/BadServiceReactiveClient.java
+3 −3 ...test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/FooBarBazServiceReactiveClient.java
+1 −1 ...st/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioChildReactiveClient.java
+2 −2 ...t/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioParentReactiveClient.java
+6 −6 ...mpiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServiceReactiveClient.java
+1 −1 ...ler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/LegacyServiceReactiveClient.java
+2 −2 thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/DbMixedStackArgumentsReactiveClient.java
+1 −1 thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FB303ServiceReactiveClient.java
+1 −1 thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FooServiceReactiveClient.java
+9 −9 thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/MyServiceReactiveClient.java
+4 −4 thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/RaiserReactiveClient.java
+1 −1 thrift/compiler/test/fixtures/hack_service/cmd
+92 −0 thrift/compiler/test/fixtures/hack_service/gen-hack/FooHackService.php
+265 −7 thrift/compiler/test/fixtures/hack_service/gen-hack/TestService.php
+56 −0 thrift/compiler/test/fixtures/hack_service/gen-hack/module_types.php
+4 −0 thrift/compiler/test/fixtures/hack_service/src/module.thrift
+1 −1 thrift/compiler/test/fixtures/hack_service/src/module2.thrift
+2 −2 thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/MyServiceReactiveClient.java
+1 −1 thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyLeafReactiveClient.java
+1 −1 thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyNodeReactiveClient.java
+1 −1 thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyRootReactiveClient.java
+6 −6 thrift/compiler/test/fixtures/interactions/gen-java/test/fixtures/interactions/MyServiceReactiveClient.java
+2 −2 ...r/test/fixtures/java-options/gen-java/services/test/fixtures/basic/DbMixedStackArgumentsReactiveClient.java
+3 −3 thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/MyServiceReactiveClient.java
+1 −1 ...tures/namespace_from_package/gen-java/dev/test/namespace_from_package/module/TestServiceReactiveClient.java
+1 −1 ...out_module_name/gen-java/dev/test/namespace_from_package_without_module_name/TestServiceReactiveClient.java
+5 −5 thrift/compiler/test/fixtures/params/gen-java/test/fixtures/params/NestedContainersReactiveClient.java
+3 −3 ...ler/test/fixtures/service-schema/gen-java/test/fixtures/service_schema/PrimitivesServiceReactiveClient.java
+1 −1 thrift/compiler/test/parser_test_helpers.cc
+0 −66 thrift/compiler/test/validator_test.cc
+0 −117 thrift/compiler/validator/validator.cc
+0 −85 thrift/compiler/validator/validator.h
+170 −0 thrift/lib/cpp2/sbe/MessageWrapper.h
+607 −0 thrift/lib/cpp2/test/sbe_rpc_metadata/RpcMetadataSerializationBenchmarks.cpp
+372 −0 thrift/lib/cpp2/test/sbe_rpc_metadata/RpcMetadataSerializationTest.cpp
+0 −49 thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/ExceptionUtil.java
+1 −1 thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/RpcClientUtils.java
+0 −95 thrift/lib/java/runtime/src/test/java/com/facebook/thrift/util/ExceptionUtilTest.java
+1 −0 thrift/lib/thrift/RpcMetadata.thrift
+257 −0 thrift/lib/thrift/RpcMetadata.xml
+91 −0 thrift/lib/thrift/apache_thrift_sbe/BooleanType.h
+298 −0 thrift/lib/thrift/apache_thrift_sbe/CodecConfig.h
+98 −0 thrift/lib/thrift/apache_thrift_sbe/CompressionAlgorithm.h
+314 −0 thrift/lib/thrift/apache_thrift_sbe/CompressionConfig.h
+96 −0 thrift/lib/thrift/apache_thrift_sbe/ErrorBlame.h
+364 −0 thrift/lib/thrift/apache_thrift_sbe/ErrorClassification.h
+101 −0 thrift/lib/thrift/apache_thrift_sbe/ErrorKind.h
+91 −0 thrift/lib/thrift/apache_thrift_sbe/ErrorSafety.h
+1,005 −0 thrift/lib/thrift/apache_thrift_sbe/ExceptionMetadata.h
+318 −0 thrift/lib/thrift/apache_thrift_sbe/FdMetadata.h
+318 −0 thrift/lib/thrift/apache_thrift_sbe/GroupSizeEncoding.h
+786 −0 thrift/lib/thrift/apache_thrift_sbe/InteractionCreate.h
+532 −0 thrift/lib/thrift/apache_thrift_sbe/InteractionRequest.h
+532 −0 thrift/lib/thrift/apache_thrift_sbe/InterationTerminate.h
+1,116 −0 thrift/lib/thrift/apache_thrift_sbe/LoggingContext.h
+430 −0 thrift/lib/thrift/apache_thrift_sbe/MessageHeader.h
+371 −0 thrift/lib/thrift/apache_thrift_sbe/MetadataType.h
+299 −0 thrift/lib/thrift/apache_thrift_sbe/PayloadExceptionMetadata.h
+91 −0 thrift/lib/thrift/apache_thrift_sbe/ProtocolId.h
+326 −0 thrift/lib/thrift/apache_thrift_sbe/QueueMetadata.h
+2,279 −0 thrift/lib/thrift/apache_thrift_sbe/RequestRpcMetadata.h
+1,884 −0 thrift/lib/thrift/apache_thrift_sbe/RequestRpcMetadataOptional.h
+1,962 −0 thrift/lib/thrift/apache_thrift_sbe/ResponseRpcMetadata.h
+900 −0 thrift/lib/thrift/apache_thrift_sbe/ResponseRpcMetadataOptional.h
+116 −0 thrift/lib/thrift/apache_thrift_sbe/RpcKind.h
+111 −0 thrift/lib/thrift/apache_thrift_sbe/RpcPriority.h
+302 −0 thrift/lib/thrift/apache_thrift_sbe/VarDataEncoding.h
+302 −0 thrift/lib/thrift/apache_thrift_sbe/VarStringEncoding.h
2 changes: 1 addition & 1 deletion cachelib/external/fizz

0 comments on commit 0689549

Please sign in to comment.