Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
3213-Update-deprecations.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 3213-Update-deprecations.patch of Package erlang
From 3f77fc764d0be01f189191dc95f5e34aa98d4ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org> Date: Wed, 17 Feb 2021 05:10:57 +0100 Subject: [PATCH 3/3] Update deprecations --- bootstrap/lib/stdlib/ebin/otp_internal.beam | Bin 5804 -> 5908 bytes lib/stdlib/src/otp_internal.erl | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl index 836e141863..3ab281dbad 100644 --- a/lib/stdlib/src/otp_internal.erl +++ b/lib/stdlib/src/otp_internal.erl @@ -23,10 +23,6 @@ -include("otp_internal.hrl"). %% -dialyzer({no_match, obsolete/3}). -obsolete(ftp, start_service, 1) -> - {deprecated, "use ftp:open/2 instead"}; -obsolete(ftp, stop_service, 1) -> - {deprecated, "use ftp:close/1 instead"}; obsolete(auth, cookie, 0) -> {deprecated, "use erlang:get_cookie/0 instead"}; obsolete(auth, cookie, 1) -> @@ -53,6 +49,10 @@ obsolete(erlang, phash, 2) -> {deprecated, "use erlang:phash2/2 instead"}; obsolete(filename, safe_relative_path, 1) -> {deprecated, "use filelib:safe_relative_path/2 instead", "OTP 25"}; +obsolete(ftp, start_service, 1) -> + {deprecated, "use ftp:open/2 instead", "OTP 26"}; +obsolete(ftp, stop_service, 1) -> + {deprecated, "use ftp:close/1 instead", "OTP 26"}; obsolete(http_uri, decode, 1) -> {deprecated, "use uri_string functions instead", "OTP 25"}; obsolete(http_uri, encode, 1) -> -- 2.26.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor