Compiler: Enable partial use of mstch-cpp2

Summary:
Make all the changes in thrift to enable the use of mstch-cpp2.

For now, if any cpp2 flag is present, it will fallback to the python genenerator (i.e. t_cpp_generator.py)

Reviewed By: yfeldblum

Differential Revision: D5464216

fbshipit-source-id: 287618fbf3b2dcc3142e305e648e48b1ebb762c1
This commit is contained in:
Eddie Elizondo 2017-08-01 09:11:42 -07:00 committed by Facebook Github Bot
parent 6d2b510314
commit 789fa65712

View File

@ -96,6 +96,7 @@ thrift_library(
name = "thrift-streaming",
languages = ["cpp2"],
thrift_args = ["--strict"],
thrift_cpp2_options = "py_generator",
thrift_srcs = {
"streamingeden.thrift": [
"StreamingEdenService",