summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2021-02-03 06:59:01 +0100
committerBjörn Gustavsson <bjorn@erlang.org>2021-02-03 06:59:01 +0100
commita1ac12d6a76ea71e7dcae6761ca5d72a9fbf84e9 (patch)
treef6cd18337383f3498d347407d7c11199b92c5862
parentad7b57a5dd1ef98f20b90e766e403ca06ebcd10a (diff)
parentdd2d8e1f9b5c09e78063d346c72b552091fa32d8 (diff)
downloaderlang-a1ac12d6a76ea71e7dcae6761ca5d72a9fbf84e9.tar.gz
Merge branch 'maint'
* maint: Update primary bootstrap Update deprecations Deprecate all functions in erl_tidy
-rw-r--r--bootstrap/lib/compiler/ebin/beam_block.beambin3892 -> 3804 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_flatten.beambin1836 -> 1728 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_jump.beambin10048 -> 10032 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beambin27640 -> 27744 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_codegen.beambin38892 -> 38756 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_opt.beambin49304 -> 49248 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beambin47764 -> 47728 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_recv.beambin13168 -> 13448 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_validator.beambin50660 -> 49808 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/compile.beambin39820 -> 40796 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/compiler.app3
-rw-r--r--bootstrap/lib/kernel/ebin/disk_log_1.beambin21856 -> 21860 bytes
-rw-r--r--bootstrap/lib/kernel/ebin/gen_tcp_socket.beambin26184 -> 26180 bytes
-rw-r--r--bootstrap/lib/kernel/ebin/inet_db.beambin25868 -> 25864 bytes
-rw-r--r--bootstrap/lib/kernel/ebin/inet_gethost_native.beambin9664 -> 9664 bytes
-rw-r--r--bootstrap/lib/kernel/ebin/kernel.app5
-rw-r--r--bootstrap/lib/stdlib/ebin/beam_lib.beambin18464 -> 18460 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/dets.beambin45036 -> 45032 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/erl_compile.beambin6744 -> 6788 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/erl_parse.beambin104668 -> 104940 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/gb_sets.beambin7532 -> 7520 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/gen_server.beambin18076 -> 18076 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/io_lib_format.beambin14476 -> 14472 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/otp_internal.beambin5964 -> 5884 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/rand.beambin28032 -> 27936 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/random.beambin1716 -> 1700 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/sets.beambin8452 -> 8444 bytes
-rw-r--r--bootstrap/lib/stdlib/ebin/stdlib.app2
-rw-r--r--bootstrap/lib/stdlib/ebin/zip.beambin23868 -> 23868 bytes
-rw-r--r--lib/stdlib/src/otp_internal.erl12
-rw-r--r--lib/syntax_tools/src/erl_tidy.erl6
-rw-r--r--system/doc/general_info/DEPRECATIONS6
32 files changed, 8 insertions, 26 deletions
diff --git a/bootstrap/lib/compiler/ebin/beam_block.beam b/bootstrap/lib/compiler/ebin/beam_block.beam
index 325b19759a..cb83cb028d 100644
--- a/bootstrap/lib/compiler/ebin/beam_block.beam
+++ b/bootstrap/lib/compiler/ebin/beam_block.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_flatten.beam b/bootstrap/lib/compiler/ebin/beam_flatten.beam
index 33e2343111..62da460d52 100644
--- a/bootstrap/lib/compiler/ebin/beam_flatten.beam
+++ b/bootstrap/lib/compiler/ebin/beam_flatten.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_jump.beam b/bootstrap/lib/compiler/ebin/beam_jump.beam
index d1d57f4ff0..47032a9b84 100644
--- a/bootstrap/lib/compiler/ebin/beam_jump.beam
+++ b/bootstrap/lib/compiler/ebin/beam_jump.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beam b/bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beam
index 2d33442b97..1d6ac6c4db 100644
--- a/bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beam
+++ b/bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_codegen.beam b/bootstrap/lib/compiler/ebin/beam_ssa_codegen.beam
index 08c8ddf905..1a69ba4bf6 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa_codegen.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa_codegen.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam b/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam
index 5156f717ca..57ad3a4a33 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam b/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam
index 940749e0a2..1fb8617108 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam b/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam
index 8786d42e1e..53c786b5c5 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_validator.beam b/bootstrap/lib/compiler/ebin/beam_validator.beam
index 5c0f87ae51..88251a8176 100644
--- a/bootstrap/lib/compiler/ebin/beam_validator.beam
+++ b/bootstrap/lib/compiler/ebin/beam_validator.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/compile.beam b/bootstrap/lib/compiler/ebin/compile.beam
index b784aa70a6..9e9ef99464 100644
--- a/bootstrap/lib/compiler/ebin/compile.beam
+++ b/bootstrap/lib/compiler/ebin/compile.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app
index 20394aecd7..ee3c3e9650 100644
--- a/bootstrap/lib/compiler/ebin/compiler.app
+++ b/bootstrap/lib/compiler/ebin/compiler.app
@@ -19,7 +19,7 @@
{application, compiler,
[{description, "ERTS CXC 138 10"},
- {vsn, "7.6.5"},
+ {vsn, "7.6.6"},
{modules, [
beam_a,
beam_asm,
@@ -58,7 +58,6 @@
cerl,
cerl_clauses,
cerl_inline,
- cerl_sets,
cerl_trees,
compile,
core_scan,
diff --git a/bootstrap/lib/kernel/ebin/disk_log_1.beam b/bootstrap/lib/kernel/ebin/disk_log_1.beam
index 8acd6218e3..a8a09a0bc4 100644
--- a/bootstrap/lib/kernel/ebin/disk_log_1.beam
+++ b/bootstrap/lib/kernel/ebin/disk_log_1.beam
Binary files differ
diff --git a/bootstrap/lib/kernel/ebin/gen_tcp_socket.beam b/bootstrap/lib/kernel/ebin/gen_tcp_socket.beam
index 35b534cc31..0ccd937136 100644
--- a/bootstrap/lib/kernel/ebin/gen_tcp_socket.beam
+++ b/bootstrap/lib/kernel/ebin/gen_tcp_socket.beam
Binary files differ
diff --git a/bootstrap/lib/kernel/ebin/inet_db.beam b/bootstrap/lib/kernel/ebin/inet_db.beam
index b74a1d197a..7da4846b3c 100644
--- a/bootstrap/lib/kernel/ebin/inet_db.beam
+++ b/bootstrap/lib/kernel/ebin/inet_db.beam
Binary files differ
diff --git a/bootstrap/lib/kernel/ebin/inet_gethost_native.beam b/bootstrap/lib/kernel/ebin/inet_gethost_native.beam
index cf09019217..5ce2ab7127 100644
--- a/bootstrap/lib/kernel/ebin/inet_gethost_native.beam
+++ b/bootstrap/lib/kernel/ebin/inet_gethost_native.beam
Binary files differ
diff --git a/bootstrap/lib/kernel/ebin/kernel.app b/bootstrap/lib/kernel/ebin/kernel.app
index 596d924804..f4b6faae7b 100644
--- a/bootstrap/lib/kernel/ebin/kernel.app
+++ b/bootstrap/lib/kernel/ebin/kernel.app
@@ -22,7 +22,7 @@
{application, kernel,
[
{description, "ERTS CXC 138 10"},
- {vsn, "7.1"},
+ {vsn, "7.2"},
{modules, [application,
application_controller,
application_master,
@@ -147,8 +147,7 @@
ddll_server,
erl_epmd,
inet_db,
- pg,
- pg2]},
+ pg]},
{applications, []},
{env, [{logger_level, notice},
{logger_sasl_compatible, false},
diff --git a/bootstrap/lib/stdlib/ebin/beam_lib.beam b/bootstrap/lib/stdlib/ebin/beam_lib.beam
index d6587bf14b..37938b2d83 100644
--- a/bootstrap/lib/stdlib/ebin/beam_lib.beam
+++ b/bootstrap/lib/stdlib/ebin/beam_lib.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/dets.beam b/bootstrap/lib/stdlib/ebin/dets.beam
index 0a01b1c45e..6177f49856 100644
--- a/bootstrap/lib/stdlib/ebin/dets.beam
+++ b/bootstrap/lib/stdlib/ebin/dets.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/erl_compile.beam b/bootstrap/lib/stdlib/ebin/erl_compile.beam
index 84e4c0b743..17da56bdc8 100644
--- a/bootstrap/lib/stdlib/ebin/erl_compile.beam
+++ b/bootstrap/lib/stdlib/ebin/erl_compile.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/erl_parse.beam b/bootstrap/lib/stdlib/ebin/erl_parse.beam
index 27a61834d6..22a0725b10 100644
--- a/bootstrap/lib/stdlib/ebin/erl_parse.beam
+++ b/bootstrap/lib/stdlib/ebin/erl_parse.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/gb_sets.beam b/bootstrap/lib/stdlib/ebin/gb_sets.beam
index 280e0f02d5..f510e41106 100644
--- a/bootstrap/lib/stdlib/ebin/gb_sets.beam
+++ b/bootstrap/lib/stdlib/ebin/gb_sets.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/gen_server.beam b/bootstrap/lib/stdlib/ebin/gen_server.beam
index 8c7913d47d..835a43775c 100644
--- a/bootstrap/lib/stdlib/ebin/gen_server.beam
+++ b/bootstrap/lib/stdlib/ebin/gen_server.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/io_lib_format.beam b/bootstrap/lib/stdlib/ebin/io_lib_format.beam
index 9370eadf50..dc596f151c 100644
--- a/bootstrap/lib/stdlib/ebin/io_lib_format.beam
+++ b/bootstrap/lib/stdlib/ebin/io_lib_format.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/otp_internal.beam b/bootstrap/lib/stdlib/ebin/otp_internal.beam
index 893cc79142..793ee050e0 100644
--- a/bootstrap/lib/stdlib/ebin/otp_internal.beam
+++ b/bootstrap/lib/stdlib/ebin/otp_internal.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/rand.beam b/bootstrap/lib/stdlib/ebin/rand.beam
index 721fb440b4..a7b9733931 100644
--- a/bootstrap/lib/stdlib/ebin/rand.beam
+++ b/bootstrap/lib/stdlib/ebin/rand.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/random.beam b/bootstrap/lib/stdlib/ebin/random.beam
index 19d8e8a84e..82da848474 100644
--- a/bootstrap/lib/stdlib/ebin/random.beam
+++ b/bootstrap/lib/stdlib/ebin/random.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/sets.beam b/bootstrap/lib/stdlib/ebin/sets.beam
index 6de19ec23a..c0a2afc27f 100644
--- a/bootstrap/lib/stdlib/ebin/sets.beam
+++ b/bootstrap/lib/stdlib/ebin/sets.beam
Binary files differ
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app
index 5912e0d6af..059be35481 100644
--- a/bootstrap/lib/stdlib/ebin/stdlib.app
+++ b/bootstrap/lib/stdlib/ebin/stdlib.app
@@ -20,7 +20,7 @@
%%
{application, stdlib,
[{description, "ERTS CXC 138 10"},
- {vsn, "3.13.2"},
+ {vsn, "3.14"},
{modules, [array,
base64,
beam_lib,
diff --git a/bootstrap/lib/stdlib/ebin/zip.beam b/bootstrap/lib/stdlib/ebin/zip.beam
index b5271b6b16..ba38b2803d 100644
--- a/bootstrap/lib/stdlib/ebin/zip.beam
+++ b/bootstrap/lib/stdlib/ebin/zip.beam
Binary files differ
diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl
index 6f691f2c3c..60cc2e77cc 100644
--- a/lib/stdlib/src/otp_internal.erl
+++ b/lib/stdlib/src/otp_internal.erl
@@ -43,16 +43,6 @@ obsolete(disk_log, lclose, 1) ->
{deprecated, "use disk_log:close/1 instead", "OTP 26"};
obsolete(disk_log, lclose, 2) ->
{deprecated, "use disk_log:close/1 instead", "OTP 26"};
-obsolete(erl_tidy, dir, 0) ->
- {deprecated, "use https://github.com/richcarl/erl_tidy", "OTP 24"};
-obsolete(erl_tidy, dir, 1) ->
- {deprecated, "use https://github.com/richcarl/erl_tidy", "OTP 24"};
-obsolete(erl_tidy, file, 1) ->
- {deprecated, "use https://github.com/richcarl/erl_tidy", "OTP 24"};
-obsolete(erl_tidy, module, 1) ->
- {deprecated, "use https://github.com/richcarl/erl_tidy", "OTP 24"};
-obsolete(erl_tidy, module, 2) ->
- {deprecated, "use https://github.com/richcarl/erl_tidy", "OTP 24"};
obsolete(erlang, now, 0) ->
{deprecated, "see the \"Time and Time Correction in Erlang\" chapter of the ERTS User's Guide for more information"};
obsolete(erlang, phash, 2) ->
@@ -285,6 +275,8 @@ obsolete(filename, find_src, _) ->
{removed, "use filelib:find_source/1,3 instead"};
obsolete(ssl, ssl_accept, _) ->
{removed, "use ssl_handshake/1,2,3 instead"};
+obsolete(erl_tidy, _, _) ->
+ {deprecated, "use https://github.com/richcarl/erl_tidy", "OTP 24"};
obsolete(gen_fsm, _, _) ->
{deprecated, "use the 'gen_statem' module instead"};
obsolete(igor, _, _) ->
diff --git a/lib/syntax_tools/src/erl_tidy.erl b/lib/syntax_tools/src/erl_tidy.erl
index 6f0dc439e5..fdcaa77e14 100644
--- a/lib/syntax_tools/src/erl_tidy.erl
+++ b/lib/syntax_tools/src/erl_tidy.erl
@@ -48,11 +48,7 @@
%% @type filename() = file:filename().
-module(erl_tidy).
--deprecated([{dir,0,"use https://github.com/richcarl/erl_tidy"}]).
--deprecated([{dir,1,"use https://github.com/richcarl/erl_tidy"}]).
--deprecated([{file,1,"use https://github.com/richcarl/erl_tidy"}]).
--deprecated([{module,1,"use https://github.com/richcarl/erl_tidy"}]).
--deprecated([{module,2,"use https://github.com/richcarl/erl_tidy"}]).
+-deprecated([{'_','_',"use https://github.com/richcarl/erl_tidy"}]).
-export([dir/0, dir/1, dir/2, file/1, file/2, module/1, module/2]).
diff --git a/system/doc/general_info/DEPRECATIONS b/system/doc/general_info/DEPRECATIONS
index 0b18d6216f..6b5ef2bfa2 100644
--- a/system/doc/general_info/DEPRECATIONS
+++ b/system/doc/general_info/DEPRECATIONS
@@ -46,11 +46,7 @@ zlib:adler32_combine/4 since=24 remove=27
# 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
+erl_tidy:_/_ since=23 remove=24
#
# Added in OTP 23.