summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2020-12-02 09:37:49 +0100
committerBjörn Gustavsson <bjorn@erlang.org>2020-12-02 10:28:26 +0100
commita52e43a90be3111a8563a4f59898e08ffca27192 (patch)
treee91932cb648ae7b04a02cd38b88a172c4a812ff2 /system
parent470899c6eb5b73d622fcf8929642e0c384e4ecc8 (diff)
downloaderlang-a52e43a90be3111a8563a4f59898e08ffca27192.tar.gz
syntax_tools: Deprecate igor and most of erl_tidy
`igor` and `erl_tidy` are specialized tools that are outside the scope of Erlang/OTP. Therefore, deprecate `igor` and most of `erl_tidy` (there is a project that uses `erl_tidy:file/2` to do pretty-printing, so we will not deprecate that function yet).
Diffstat (limited to 'system')
-rw-r--r--system/doc/general_info/DEPRECATIONS9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/doc/general_info/DEPRECATIONS b/system/doc/general_info/DEPRECATIONS
index 9983df9421..0f212348cf 100644
--- a/system/doc/general_info/DEPRECATIONS
+++ b/system/doc/general_info/DEPRECATIONS
@@ -17,6 +17,15 @@
# is scheduled to be removed in OTP 25.
#
+#
+# Added in OTP 23.2.
+#
+igor:_/_ since=23 remove=24
+erl_tidy:dir/0 since=23 remove=24
+erl_tidy:dir/1 since=23 remove=24
+erl_tidy:file/1 since=23 remove=24
+erl_tidy:module/1 since=23 remove=24
+erl_tidy:module/2 since=23 remove=24
#
# Added in OTP 23.