Skip to content

Commit f072cf7

Browse files
vitautfacebook-github-bot
authored andcommitted
Back out "Fix schema constant bundling and add more schema bundling fixtures for other languages"
Summary: Original commit changeset: af62e3cb55b3 Original Phabricator Diff: D59922715 (Note: this ignores all push blocking failures!) Reviewed By: yoney Differential Revision: D59965696 fbshipit-source-id: b703ab13fe89ed3349c805f28e544cd509bade8f
1 parent 022a6e5 commit f072cf7

37 files changed

+0
-21034
lines changed

thrift/compiler/sema/standard_mutator.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ void inject_schema_const(
422422
t_primitive_type::t_binary(),
423423
schematizer::name_schema(ctx.source_mgr(), prog),
424424
std::make_unique<t_const_value>(std::move(serialized)));
425-
cnst->value()->set_ttype(t_primitive_type::t_binary());
426425
cnst->set_uri("");
427426
cnst->set_src_range(prog.src_range());
428427
cnst->set_generated();
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
cpp2: thrift2ast-mstch_cpp2 src/module.thrift
22
java: thrift2ast-mstch_java src/module.thrift
3-
python: thrift2ast-mstch_python src/module.thrift
4-
python_capi: thrift2ast-mstch_python_capi src/module.thrift
5-
python_experimental_generate_mutable_types: thrift2ast-mstch_python:experimental_generate_mutable_types src/module.thrift
6-
hack: thrift2ast-hack src/module.thrift
73
ast: thrift2ast-ast:protocol=debug,root_program_only,use_hash,no_backcompat src/module.thrift

0 commit comments

Comments
 (0)