Commit dd5a1fd
Updating submodules
Summary:
GitHub commits:
facebook/fb303@28cfb1d
facebook/fbthrift@bb45e17
facebook/watchman@7aa562b
facebookexperimental/rust-shed@47f504b
facebookincubator/velox@58a8e26
Reviewed By: yns88
fbshipit-source-id: e56b09ecacd3bb3a4a8e7a16148faf44d5b0a4371 parent 4f917bb commit dd5a1fd
1 file changed
+1
-1
lines changed- thrift/annotation/java.thrift+5
- thrift/annotation/rust.thrift+29
- thrift/compiler/generate/mstch_objects.cc+2
- thrift/compiler/generate/mstch_objects.h-6
- thrift/compiler/generate/t_java_deprecated_generator.cc+13-45
- thrift/compiler/generate/t_mstch_java_generator.cc+2-1
- thrift/compiler/generate/t_mstch_rust_generator.cc+113-20
- thrift/compiler/generate/templates/cpp2/common/const_value.mustache+1-4
- thrift/compiler/generate/templates/rust/lib/metadata/struct.mustache+8-9
- thrift/compiler/lib/java/util.cc+9-20
- thrift/compiler/lib/uri.h+1
- thrift/compiler/sema/patch_mutator.cc+3-1
- thrift/compiler/test/fixtures/adapter/gen-android/Derive.java+167
- thrift/compiler/test/fixtures/adapter/gen-go/thrift/annotation/rust/ttypes.go+132
- thrift/compiler/test/fixtures/adapter/gen-go_mstch/thrift/annotation/rust/types.go+175
- thrift/compiler/test/fixtures/adapter/gen-hack/rust_types.php+137
- thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/rust_deprecated/Derive.java+285
- thrift/compiler/test/fixtures/adapter/gen-json/rust.json+35-3
- thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/rust/constants.py+1-1
- thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/rust/ttypes.py+147-1
- thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/rust/ttypes.pyi+33
- thrift/compiler/test/fixtures/adapter/gen-py3/rust/metadata.cpp+1
- thrift/compiler/test/fixtures/adapter/gen-py3/rust/types.h+20
- thrift/compiler/test/fixtures/adapter/gen-rust/types.rs+112-112
- thrift/compiler/test/fixtures/basic-swift-bean/src/module.thrift+10-4
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/Adapter.java+350
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/Mutable.java+174
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/Wrapper.java+350
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Const.java+177
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Definition.java+177
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Enum.java+174
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/EnumValue.java+177
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Exception.java+177
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Field.java+177
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Function.java+177
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interaction.java+177
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interface.java+177
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Program.java+180
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RootDefinition.java+177
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Schema.java+179
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Service.java+177
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Struct.java+177
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Structured.java+177
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Transitive.java+199
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Typedef.java+177
- thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Union.java+177
- thrift/compiler/test/fixtures/big-struct/src/module.thrift+4-1
- thrift/compiler/test/fixtures/constants/gen-android/Constants.java+4-7
- thrift/compiler/test/fixtures/constants/gen-cpp2/module_constants.h+1-4
- thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/ModuleConstants.java+4-7
- thrift/compiler/test/fixtures/java-swift-annotation/src/module.thrift+4-1
- thrift/compiler/test/fixtures/patch/gen-android/Mutable.java+114
- thrift/compiler/test/fixtures/patch/gen-go/thrift/annotation/java/ttypes.go+65
- thrift/compiler/test/fixtures/patch/gen-go_mstch/thrift/annotation/java/types.go+81
- thrift/compiler/test/fixtures/patch/gen-hack/java_types.php+86
- thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/Mutable.java+174
- thrift/compiler/test/fixtures/patch/gen-json/java.json+32-14
- thrift/compiler/test/fixtures/patch/gen-json_experimental/java.json+22-6
- thrift/compiler/test/fixtures/patch/gen-py/thrift/annotation/java/constants.py+1-1
- thrift/compiler/test/fixtures/patch/gen-py/thrift/annotation/java/ttypes.py+96-1
- thrift/compiler/test/fixtures/patch/gen-py3/java/metadata.cpp+1
- thrift/compiler/test/fixtures/patch/gen-py3/java/types.h+17
- thrift/compiler/test/fixtures/refs/gen-rust/types.rs+16-16
- thrift/compiler/test/fixtures/rust-annotations/cmd+1
- thrift/compiler/test/fixtures/rust-annotations/gen-rust/lib.rs+14
- thrift/compiler/test/fixtures/rust-annotations/gen-rust/types.rs+234
- thrift/compiler/test/fixtures/rust-annotations/src/module.thrift+25
- thrift/conformance/GTestHarness.cpp+2-2
- thrift/doc/spec/definition/patch.md+1-1
- thrift/lib/rust/test/transitive/get_struct_name.thrift+26
- thrift/lib/rust/test/transitive/include.rs+45
- thrift/lib/rust/test/transitive/lib.rs+19
- thrift/lib/rust/test/transitive/macro.rs+42
- thrift/lib/rust/test/transitive/test.rs+36
- thrift/lib/rust/test/transitive/test.thrift+23
- thrift/lib/thrift/detail/protocol.h+4
- thrift/test/ConstantsTest.cpp+5
- thrift/test/test.thrift+5
- thrift/website/sidebars.js+9-10
0 commit comments