Skip to content

Commit aee1c3b

Browse files
aristidispfacebook-github-bot
authored andcommitted
fbcode//configerator/structs/rtc/de_tools (+99 more)
Summary: This is a trivial, non-semantic codemod aimed at raising awareness that py3 is deprecated by renaming "py3" to the completely equivalent "py3-deprecated" alias in the `languages` of `thrift_library` buck macro usages. For more details, please see: https://fburl.com/thrift_codemod_add_deprecated_to_py3_language Reviewed By: dtolnay Differential Revision: D72020594 fbshipit-source-id: cc4ba2c9764406d7994f93bee22cd10622898bfc
1 parent d60cfa9 commit aee1c3b

File tree

3 files changed

+3
-3
lines changed
  • configerator/structs/scm

3 files changed

+3
-3
lines changed

configerator/structs/scm/hg/hgclientconf/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ oncall("source_control")
55
thrift_library(
66
name = "config",
77
languages = [
8-
"py3",
8+
"py3-deprecated",
99
"rust",
1010
"python",
1111
],

configerator/structs/scm/mononoke/observability/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ oncall("source_control")
55
thrift_library(
66
name = "observability_config",
77
languages = [
8-
"py3",
8+
"py3-deprecated",
99
"rust",
1010
"cpp2",
1111
"python",

configerator/structs/scm/mononoke/qps/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ oncall("source_control")
55
thrift_library(
66
name = "qps_config",
77
languages = [
8-
"py3",
8+
"py3-deprecated",
99
"rust",
1010
"cpp2",
1111
"python",

0 commit comments

Comments
 (0)