Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
7003-Revert-inc_wrap_file-deprecation.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 7003-Revert-inc_wrap_file-deprecation.patch of Package erlang
From e35a1f80b4a3fc2be677ccc8bad9baf546c9cf44 Mon Sep 17 00:00:00 2001 From: anupamasingh10 <anupamasingh31@gmail.com> Date: Tue, 28 Mar 2023 08:20:47 +0200 Subject: [PATCH 3/7] Revert inc_wrap_file deprecation --- bootstrap/lib/stdlib/ebin/otp_internal.beam | Bin 6028 -> 5984 bytes lib/stdlib/src/otp_internal.erl | 2 -- system/doc/general_info/DEPRECATIONS | 1 - 3 files changed, 3 deletions(-) diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl index 71b1630eef..bc1c880d4f 100644 --- a/lib/stdlib/src/otp_internal.erl +++ b/lib/stdlib/src/otp_internal.erl @@ -31,8 +31,6 @@ obsolete(crypto, rand_uniform, 2) -> {deprecated, "use net_adm:ping/1 instead"}; obsolete(disk_log, accessible_logs, 0) -> {deprecated, "use disk_log:all/0 instead"}; -obsolete(disk_log, inc_wrap_file, 1) -> - {deprecated, "use disk_log:next_file/1 instead"}; obsolete(disk_log, lclose, 1) -> {deprecated, "use disk_log:close/1 instead"}; obsolete(disk_log, lclose, 2) -> diff --git a/system/doc/general_info/DEPRECATIONS b/system/doc/general_info/DEPRECATIONS index 4bb378c5f1..c163ecb322 100644 --- a/system/doc/general_info/DEPRECATIONS +++ b/system/doc/general_info/DEPRECATIONS @@ -20,7 +20,6 @@ # # Added in OTP 26. # -disk_log:inc_wrap_file/1 since=26 file:pid2name/1 since=26 remove=27 # -- 2.35.3
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