Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecate dbg:stop_clear since it is a wrapper around dbg:stop #6903

Closed
kikofernandez opened this issue Feb 20, 2023 · 0 comments · Fixed by #7139
Closed

deprecate dbg:stop_clear since it is a wrapper around dbg:stop #6903

kikofernandez opened this issue Feb 20, 2023 · 0 comments · Fixed by #7139
Assignees
Labels
bug Issue is reported as a bug enhancement team:PS Assigned to OTP team PS

Comments

@kikofernandez
Copy link
Contributor

Describe the bug
The function dbg:stop_clear should be deprecated, as per the source code documentation comments.

Expected behavior
Removal of dbg:stop_clear in future releases, so as to remove non-needed wrappers.

Affected versions
OTP-24+

@kikofernandez kikofernandez added enhancement bug Issue is reported as a bug labels Feb 20, 2023
@kikofernandez kikofernandez self-assigned this Feb 20, 2023
kikofernandez added a commit to kikofernandez/otp that referenced this issue Feb 20, 2023
function `dbg:stop_clear/1` is not documented in the API but was kept
for compatibility reasons. in this commit we make a step forward to
deprecating its use such that it will be eventually removed.

closes erlangGH-6903.
kikofernandez added a commit to kikofernandez/otp that referenced this issue Feb 21, 2023
function `dbg:stop_clear/1` is not documented in the API but was kept
for compatibility reasons. in this commit we make a step forward to
deprecating its use such that it will be eventually removed.

closes erlangGH-6903.
kikofernandez added a commit to kikofernandez/otp that referenced this issue Feb 22, 2023
function `dbg:stop_clear/1` is not documented in the API but was kept
for compatibility reasons. in this commit we make a step forward to
deprecating its use such that it will be eventually removed.

closes erlangGH-6903.
@rickard-green rickard-green added the team:PS Assigned to OTP team PS label Feb 27, 2023
kikofernandez added a commit to kikofernandez/otp that referenced this issue Mar 29, 2023
function `dbg:stop_clear/1` is not documented in the API but was kept
for compatibility reasons. in this commit we make a step forward to
deprecating its use such that it will be eventually removed.

closes erlangGH-6903.
kikofernandez added a commit to kikofernandez/otp that referenced this issue Apr 3, 2023
function `dbg:stop_clear/1` is not documented in the API but was kept
for compatibility reasons. in this commit we make a step forward to
deprecating its use such that it will be eventually removed.

closes erlangGH-6903.
kikofernandez added a commit to kikofernandez/otp that referenced this issue Apr 4, 2023
function `dbg:stop_clear/1` is not documented in the API but was kept
for compatibility reasons. in this commit we make a step forward to
deprecating its use such that it will be eventually removed.

closes erlangGH-6903.
kikofernandez added a commit to kikofernandez/otp that referenced this issue Apr 5, 2023
function `dbg:stop_clear/1` is not documented in the API but was kept
for compatibility reasons. in this commit we make a step forward to
deprecating its use such that it will be eventually removed.

closes erlangGH-6903.
kikofernandez added a commit to kikofernandez/otp that referenced this issue Apr 19, 2023
function `dbg:stop_clear/1` is not documented in the API but was kept
for compatibility reasons. in this commit we make a step forward to
deprecating its use such that it will be eventually removed.

closes erlangGH-6903.
kikofernandez added a commit that referenced this issue Apr 21, 2023
…lear-function/GH-6903/OTP-18478

Deprecate `stop_clear` function

OTP-18478
kikofernandez added a commit to kikofernandez/otp that referenced this issue Apr 25, 2023
diameter should not call or rely on the deprecated function
`dbg:stop_clear/0`. the main reason is that `dbg:stop_clear/0` is simply
an alias to `dbg:stop/0`. thus, `dbg:stop_clear/0` was marked as
deprecated in a previous pull request `erlangGH-6903` (commit
`861be72c5a1261ee1694ee468540256f6db11e87`), and these are the remains that I
forgot to update.
kikofernandez added a commit to kikofernandez/otp that referenced this issue Apr 25, 2023
diameter should not call or rely on the deprecated function
`dbg:stop_clear/0`. the main reason is that `dbg:stop_clear/0` is simply
an alias to `dbg:stop/0`. thus, `dbg:stop_clear/0` was marked as
deprecated in a previous pull request `erlangGH-6903` (commit
`861be72c5a1261ee1694ee468540256f6db11e87`), and these are the remains that I
forgot to update.
kikofernandez added a commit to kikofernandez/otp that referenced this issue Apr 25, 2023
`diameter` should not call or rely on the deprecated function
`dbg:stop_clear/0`.

The main reason is that `dbg:stop_clear/0` is simply an alias to
`dbg:stop/0`. Thus, `dbg:stop_clear/0` was marked as deprecated in a
previous pull request erlangGH-6903 (commit
`861be72c5a1261ee1694ee468540256f6db11e87`), and these are the remains
that I forgot to update.
kikofernandez added a commit to kikofernandez/otp that referenced this issue Apr 25, 2023
`diameter` should not call or rely on the deprecated function
`dbg:stop_clear/0`.

The main reason is that `dbg:stop_clear/0` is simply an alias to
`dbg:stop/0`. Thus, `dbg:stop_clear/0` was marked as deprecated in a
previous pull request erlangGH-6903 (commit
`861be72c5a1261ee1694ee468540256f6db11e87`), and these are the remains
that I forgot to update.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug enhancement team:PS Assigned to OTP team PS
Projects
None yet
2 participants