Skip to content

Eliminate deprecated lib records APIs #4468

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

Open
zwoop opened this issue Oct 23, 2018 · 2 comments · May be fixed by #12060
Open

Eliminate deprecated lib records APIs #4468

zwoop opened this issue Oct 23, 2018 · 2 comments · May be fixed by #12060

Comments

@zwoop
Copy link
Contributor

zwoop commented Oct 23, 2018

These are both obsoleted, and confusing to have around:

RecInt REC_readInteger(const char *name, bool *found, bool lock = true);
RecFloat REC_readFloat(char *name, bool *found, bool lock = true);
RecCounter REC_readCounter(char *name, bool *found, bool lock = true);
RecString REC_readString(const char *name, bool *found, bool lock = true);

RecInt REC_ConfigReadInteger(const char *name);
char *REC_ConfigReadString(const char *name);
RecFloat REC_ConfigReadFloat(const char *name);
RecCounter REC_ConfigReadCounter(const char *name);
@zwoop zwoop added this to the 9.0.0 milestone Oct 23, 2018
@zwoop zwoop self-assigned this Jan 7, 2019
@zwoop zwoop modified the milestones: 9.0.0, 10.0.0 Aug 21, 2019
@zwoop
Copy link
Contributor Author

zwoop commented Nov 20, 2019

Moving this out to 9.1.x, I still think should be done.

@ShaiviAgarwal2
Copy link

@zwoop I need to work on this issue. Could you please assign this work to me!!

@hnakamur hnakamur linked a pull request Feb 28, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants