Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  Postpone the removal of slave to OTP 29
  • Loading branch information
bjorng committed Nov 8, 2023
2 parents e0486a5 + 76c7b4a commit 8ba0bc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bootstrap/lib/stdlib/ebin/otp_internal.beam
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/stdlib/src/otp_internal.erl
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ obsolete(filename, find_src, _) ->
obsolete(ssl, ssl_accept, _) ->
{removed, "use ssl_handshake/1,2,3 instead"};
obsolete(ct_slave, _, _) ->
{deprecated, "use ?CT_PEER(), or the 'peer' module instead", "OTP 27"};
{deprecated, "use ?CT_PEER(), or the 'peer' module instead", "OTP 29"};
obsolete(gen_fsm, _, _) ->
{deprecated, "use the 'gen_statem' module instead"};
obsolete(random, _, _) ->
Expand Down
2 changes: 1 addition & 1 deletion system/doc/general_info/DEPRECATIONS
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dbg:stop_clear/0 since=26 remove=27
# Added in OTP 25.
#
slave:_/_ since=25 remove=27
ct_slave:_/_ since=25 remove=27
ct_slave:_/_ since=25 remove=29
httpd_util:encode_hex/1 since=25 remove=26
httpd_util:decode_hex/1 since=25 remove=26

Expand Down

0 comments on commit 8ba0bc2

Please sign in to comment.