summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2021-02-04 14:39:34 +0100
committerGitHub <noreply@github.com>2021-02-04 14:39:34 +0100
commit5a2e71c4f92cd8d3d9614bb2886c6689b3086f26 (patch)
treed5d6f954a18401fcdbcefe554a249d2a2ee3a14e /system
parentb0fa4360219902c1621107704c6cbf58c29d77ca (diff)
parent6dd8319951f4f1feba036f0f9e1c876ccb9a3d44 (diff)
downloaderlang-5a2e71c4f92cd8d3d9614bb2886c6689b3086f26.tar.gz
Merge pull request #2883 from richcarl/drop-igor-and-erl_tidy
Drop the erl_tidy and igor modules from syntax_tools OTP-17180
Diffstat (limited to 'system')
-rw-r--r--system/doc/general_info/DEPRECATIONS6
-rw-r--r--system/doc/general_info/removed_24.inc9
2 files changed, 9 insertions, 6 deletions
diff --git a/system/doc/general_info/DEPRECATIONS b/system/doc/general_info/DEPRECATIONS
index 6b5ef2bfa2..84eb1ed635 100644
--- a/system/doc/general_info/DEPRECATIONS
+++ b/system/doc/general_info/DEPRECATIONS
@@ -43,12 +43,6 @@ zlib:crc32_combine/4 since=24 remove=27
zlib:adler32_combine/4 since=24 remove=27
#
-# Added in OTP 23.2.
-#
-igor:_/_ since=23 remove=24
-erl_tidy:_/_ since=23 remove=24
-
-#
# Added in OTP 23.
#
ssl:cipher_suites/1 since=21 remove=24
diff --git a/system/doc/general_info/removed_24.inc b/system/doc/general_info/removed_24.inc
index 3fcf19d4c8..37d514efa4 100644
--- a/system/doc/general_info/removed_24.inc
+++ b/system/doc/general_info/removed_24.inc
@@ -12,3 +12,12 @@
encoded in Latin-1 without a <c>%% coding: latin-1</c> comment at the
beginning of the file.</p>
</section>
+ <section>
+ <title>igor and erl_tidy modules in syntax_tools</title>
+ <p>The <c>igor</c> and <c>erl_tidy</c> modules have been removed from
+ OTP and is now maintained by their original author Richard Carlsson.
+ They can be found at
+ <url href="https://github.com/richcarl/igor">github.com/richcarl/igor</url>
+ and
+ <url href="https://github.com/richcarl/erl_tidy">github.com/richcarl/erl_tidy</url>, respectively.</p>
+ </section>