-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix missing generated tags in fixtures
Summary: For this set of `.py` files, they are generated in non-auto-migrate py3 fixtures missing the `generated` tag. This makes it more annoying to review the diffs and triggers linter. Fix is easy: always add the `common/auto_generated_py` template regardless of build mode. Reviewed By: yoney Differential Revision: D68035822 fbshipit-source-id: 9e8d13400917aaa07ac3990a33f6bbddb8e4255c
- Loading branch information
1 parent
693eb7f
commit e562bd8
Showing
164 changed files
with
964 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 6 additions & 1 deletion
7
...ift/src/thrift/compiler/test/fixtures/basic-annotations/out/py3/gen-py3/module/clients.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/basic-annotations/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...ft/src/thrift/compiler/test/fixtures/basic-annotations/out/py3/gen-py3/module/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/basic-annotations/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...ft/src/thrift/compiler/test/fixtures/basic-annotations/out/py3/gen-py3/module/services.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/basic-annotations/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...hrift/src/thrift/compiler/test/fixtures/basic-annotations/out/py3/gen-py3/module/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/basic-annotations/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...iler/test/fixtures/basic-enum/out/py3/gen-py3/test/fixtures/enumstrict/module/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/basic-enum/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...ompiler/test/fixtures/basic-enum/out/py3/gen-py3/test/fixtures/enumstrict/module/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/basic-enum/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...src/thrift/compiler/test/fixtures/basic-stack-arguments/out/py3/gen-py3/module/clients.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/basic-stack-arguments/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...rc/thrift/compiler/test/fixtures/basic-stack-arguments/out/py3/gen-py3/module/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/basic-stack-arguments/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...rc/thrift/compiler/test/fixtures/basic-stack-arguments/out/py3/gen-py3/module/services.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/basic-stack-arguments/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...t/src/thrift/compiler/test/fixtures/basic-stack-arguments/out/py3/gen-py3/module/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/basic-stack-arguments/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...thrift/compiler/test/fixtures/basic/out/py3/gen-py3/test/fixtures/basic/module/clients.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/basic/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...hrift/compiler/test/fixtures/basic/out/py3/gen-py3/test/fixtures/basic/module/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/basic/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...hrift/compiler/test/fixtures/basic/out/py3/gen-py3/test/fixtures/basic/module/services.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/basic/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...c/thrift/compiler/test/fixtures/basic/out/py3/gen-py3/test/fixtures/basic/module/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/basic/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...thrift/src/thrift/compiler/test/fixtures/complex-union/out/py3/gen-py3/module/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/complex-union/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...ty/thrift/src/thrift/compiler/test/fixtures/complex-union/out/py3/gen-py3/module/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/complex-union/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...rty/thrift/src/thrift/compiler/test/fixtures/constants/out/py3/gen-py3/module/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/constants/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...-party/thrift/src/thrift/compiler/test/fixtures/constants/out/py3/gen-py3/module/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/constants/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
.../thrift/src/thrift/compiler/test/fixtures/empty-struct/out/py3/gen-py3/module/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/empty-struct/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...rty/thrift/src/thrift/compiler/test/fixtures/empty-struct/out/py3/gen-py3/module/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/empty-struct/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...hrift/compiler/test/fixtures/enums/out/py3/gen-py3/test/fixtures/enums/module/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/enums/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...c/thrift/compiler/test/fixtures/enums/out/py3/gen-py3/test/fixtures/enums/module/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/enums/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...rty/thrift/src/thrift/compiler/test/fixtures/exceptions/out/py3/gen-py3/module/clients.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/exceptions/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...ty/thrift/src/thrift/compiler/test/fixtures/exceptions/out/py3/gen-py3/module/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/exceptions/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...ty/thrift/src/thrift/compiler/test/fixtures/exceptions/out/py3/gen-py3/module/services.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/exceptions/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...party/thrift/src/thrift/compiler/test/fixtures/exceptions/out/py3/gen-py3/module/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/exceptions/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...ompiler/test/fixtures/includes/out/py3_matching_struct_names/gen-py3/includes/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for includes.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...t/compiler/test/fixtures/includes/out/py3_matching_struct_names/gen-py3/includes/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for includes.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...fixtures/includes/out/py3_matching_struct_names/gen-py3/matching_struct_names/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/includes/src/matching_struct_names.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...st/fixtures/includes/out/py3_matching_struct_names/gen-py3/matching_struct_names/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/includes/src/matching_struct_names.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
.../compiler/test/fixtures/includes/out/py3_matching_struct_names/gen-py3/module/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...ift/compiler/test/fixtures/includes/out/py3_matching_struct_names/gen-py3/module/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...piler/test/fixtures/includes/out/py3_matching_struct_names/gen-py3/transitive/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for transitive.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...compiler/test/fixtures/includes/out/py3_matching_struct_names/gen-py3/transitive/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for transitive.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...t/src/thrift/compiler/test/fixtures/includes/out/py3_service/gen-py3/includes/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for includes.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...rift/src/thrift/compiler/test/fixtures/includes/out/py3_service/gen-py3/includes/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for includes.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...ift/src/thrift/compiler/test/fixtures/includes/out/py3_service/gen-py3/module/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...thrift/src/thrift/compiler/test/fixtures/includes/out/py3_service/gen-py3/module/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...ift/src/thrift/compiler/test/fixtures/includes/out/py3_service/gen-py3/service/clients.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/includes/src/service.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...ft/src/thrift/compiler/test/fixtures/includes/out/py3_service/gen-py3/service/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/includes/src/service.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...ft/src/thrift/compiler/test/fixtures/includes/out/py3_service/gen-py3/service/services.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/includes/src/service.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...hrift/src/thrift/compiler/test/fixtures/includes/out/py3_service/gen-py3/service/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/includes/src/service.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...src/thrift/compiler/test/fixtures/includes/out/py3_service/gen-py3/transitive/metadata.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for transitive.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...ft/src/thrift/compiler/test/fixtures/includes/out/py3_service/gen-py3/transitive/types.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for transitive.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
7 changes: 6 additions & 1 deletion
7
...ty/thrift/src/thrift/compiler/test/fixtures/inheritance/out/py3/gen-py3/module/clients.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
# | ||
# Autogenerated by Thrift for thrift/compiler/test/fixtures/inheritance/src/module.thrift | ||
# | ||
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||
# @generated | ||
# |
Oops, something went wrong.