Skip to content

Commit

Permalink
Updating submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Source Bot authored and facebook-github-bot committed Dec 27, 2024
1 parent b05e23f commit f6f63a0
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 61 files
+1 −1 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
+200 −153 thrift/compiler/generate/t_hack_generator.cc
+1 −12 thrift/compiler/generate/t_mstch_cpp2_generator.cc
+0 −2 thrift/compiler/generate/templates/cpp2/module_types_h/declare_enums.mustache
+0 −4 thrift/compiler/test/fixtures/adapter/out/cpp2/gen-cpp2/module_types.h
+0 −2 thrift/compiler/test/fixtures/basic-annotations/out/cpp2/gen-cpp2/module_types.h
+0 −8 thrift/compiler/test/fixtures/basic-enum/out/cpp2/gen-cpp2/module_types.h
+0 −2 thrift/compiler/test/fixtures/basic-stack-arguments/out/cpp2/gen-cpp2/module_types.h
+0 −2 thrift/compiler/test/fixtures/basic-structured-annotations/out/cpp2/gen-cpp2/module_types.h
+0 −4 thrift/compiler/test/fixtures/basic/out/cpp2/gen-cpp2/module_types.h
+0 −2 thrift/compiler/test/fixtures/complex-struct/out/cpp2/gen-cpp2/module_types.h
+0 −6 thrift/compiler/test/fixtures/constants/out/cpp2/gen-cpp2/module_types.h
+0 −2 thrift/compiler/test/fixtures/deprecated-clear/out/cpp2/gen-cpp2/module_types.h
+0 −2 thrift/compiler/test/fixtures/doctext/out/cpp2/gen-cpp2/module_types.h
+0 −2 thrift/compiler/test/fixtures/emptiable/out/cpp2/gen-cpp2/simple_types.h
+0 −2 ...er/test/fixtures/emptiable/out/cpp2_deprecated_terse_writes/gen-cpp2/simple_deprecated_terse_writes_types.h
+0 −2 thrift/compiler/test/fixtures/encode/out/cpp2/gen-cpp2/module_types.h
+0 −14 thrift/compiler/test/fixtures/enums/out/cpp2/gen-cpp2/module_types.h
+0 −8 thrift/compiler/test/fixtures/fatal/out/cpp2/gen-cpp2/module_types.h
+0 −2 thrift/compiler/test/fixtures/frozen-struct/out/cpp2/gen-cpp2/module_types.h
+0 −8 thrift/compiler/test/fixtures/mcpp2-compare/out/cpp2/gen-cpp2/module_types.h
+0 −10 thrift/compiler/test/fixtures/mcpp2-compare/out/cpp2_enums/gen-cpp2/enums_types.h
+0 −2 thrift/compiler/test/fixtures/mcpp2-compare/out/cpp2_includes/gen-cpp2/includes_types.h
+0 −2 thrift/compiler/test/fixtures/no_metadata/out/cpp2/gen-cpp2/module_types.h
+0 −2 thrift/compiler/test/fixtures/optionals/out/cpp2/gen-cpp2/module_types.h
+0 −6 thrift/compiler/test/fixtures/py3/out/cpp2/gen-py3cpp/module_types.h
+0 −4 thrift/compiler/test/fixtures/python_capi/out/cpp2/gen-cpp2/module_types.h
+0 −4 thrift/compiler/test/fixtures/refs/out/cpp2/gen-cpp2/module_types.h
+5 −1 thrift/compiler/test/fixtures/service-schema/out/cpp2/gen-cpp2/module_constants.cpp
+0 −2 thrift/compiler/test/fixtures/service-schema/out/cpp2/gen-cpp2/module_types.h
+5 −1 thrift/compiler/test/fixtures/service-schema/out/cpp2_sinit/gen-cpp2/module_constants.cpp
+0 −2 thrift/compiler/test/fixtures/service-schema/out/cpp2_sinit/gen-cpp2/module_types.h
+0 −2 thrift/compiler/test/fixtures/split/out/cpp2/gen-cpp2/module_types.h
+0 −2 thrift/compiler/test/fixtures/tablebased/out/cpp2/gen-cpp2/module_types.h
+0 −2 thrift/compiler/test/fixtures/templated-deserialize/out/cpp2/gen-cpp2/module_types.h
+0 −2 thrift/compiler/test/fixtures/terse_write/out/cpp2/gen-cpp2/terse_write_types.h
+0 −2 ...t/compiler/test/fixtures/terse_write/out/cpp2_deprecated_terse_writ/gen-cpp2/deprecated_terse_write_types.h
+0 −6 thrift/compiler/test/fixtures/types/out/cpp2/gen-cpp2/module_types.h
+0 −8 thrift/compiler/test/fixtures/visitation/out/cpp2/gen-cpp2/module_types.h
+8 −0 thrift/compiler/whisker/ast.h
+11 −0 thrift/compiler/whisker/object.h
+65 −4 thrift/compiler/whisker/parser.cc
+6 −0 thrift/compiler/whisker/print_ast.cc
+47 −25 thrift/compiler/whisker/render.cc
+44 −0 thrift/compiler/whisker/test/parser_test.cc
+33 −0 thrift/compiler/whisker/test/render_test.cc
+6 −3 thrift/doc/contributions/whisker.md
+2 −4 thrift/lib/py3/client.h
+2 −4 thrift/lib/py3/client_wrapper.h
+2 −6 thrift/lib/py3/exceptions.h
+2 −4 thrift/lib/py3/serializer.h
+3 −5 thrift/lib/py3/server.h
+3 −4 thrift/lib/py3/stream.cpp
+2 −4 thrift/lib/py3/stream.h
+3 −5 thrift/lib/py3/test/BinaryTypes.h
+2 −6 thrift/lib/py3/test/cpp_handler.h
+2 −6 thrift/lib/py3/test/interactions/interaction_test.h
+2 −6 thrift/lib/py3/test/is_overload/func.h
+2 −4 thrift/lib/py3/types.h
2 changes: 1 addition & 1 deletion cachelib/external/folly

0 comments on commit f6f63a0

Please sign in to comment.