Disable list patch due to py3 issue
commit84ccc8ea1bd1f64cdfb766ce9e61c1be206b65b9
authorAlfred Fuller <afuller@meta.com>
Wed, 21 Sep 2022 04:46:50 +0000 (20 21:46 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 21 Sep 2022 04:46:50 +0000 (20 21:46 -0700)
tree81b1f1c3986b1cb4d7191fe723bc1e06201326bf
parent40a297a27b6443ab1ccf54e0e337a46ac2481727
Disable list patch due to py3 issue

Summary: ICSP still has py3 enabled :-/, so while protocol_method now work with Wrap.h types, py3 would still need to be upgraded to enable this.

Reviewed By: igorsugak, dmm-fb

Differential Revision: D39681453

fbshipit-source-id: 6eb0d8f254d920b931e6a5494672d30ee8103550
30 files changed:
third-party/thrift/src/thrift/compiler/sema/patch_mutator.cc
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyStructField21Patch.java
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyStructField22Patch.java
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyStructField23Patch.java
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_data.cpp
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_data.h
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_for_each_field.h
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_metadata.cpp
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_types.cpp
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_types.tcc
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_visit_by_thrift_field_metadata.h
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-go/module/ttypes.go
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-hack/module_types.php
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/MyStructField21Patch.java
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyStructField21Patch.java
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyStructField22Patch.java
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyStructField23Patch.java
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-json/module.json
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-json_experimental/module.json
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/module/ttypes.py
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/types.pxd
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/types.pyi
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/types.pyx
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/types_reflection.pxd
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/types_reflection.pyx
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-python/test/fixtures/patch/module/thrift_metadata.py
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-python/test/fixtures/patch/module/thrift_types.py
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-python/test/fixtures/patch/module/thrift_types.pyi
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-rust/types.rs