Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:Ledest:erlang:23
erlang
7004-Update-deprecations.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 7004-Update-deprecations.patch of Package erlang
From b9e308c18aadb813dddc11e41b1ce02215a974f0 Mon Sep 17 00:00:00 2001 From: anupamasingh10 <anupamasingh31@gmail.com> Date: Tue, 28 Mar 2023 09:33:56 +0200 Subject: [PATCH 4/7] Update deprecations --- bootstrap/lib/stdlib/ebin/otp_internal.beam | Bin 5984 -> 6028 bytes lib/stdlib/src/otp_internal.erl | 2 ++ 2 files changed, 2 insertions(+) diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl index bc1c880d4f..71b1630eef 100644 --- a/lib/stdlib/src/otp_internal.erl +++ b/lib/stdlib/src/otp_internal.erl @@ -31,6 +31,8 @@ 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) -> -- 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