-
Notifications
You must be signed in to change notification settings - Fork 83
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
API stability #66
Comments
I just checked and found |
|
yes, but I think it's something we will do 3+ month later. :-)
|
Sorry, the term API is misunderstood. I actual want to say is ABI (application binary interface). Since For |
Got it. is it also a policy of the debian package system? |
API name suggestion is not related to debian. The purpose of API name with prefix |
Hi @czchen, I think I would plan/refactor the stable API in version 2.0 (including hide the zfree ... functions) |
Hi @c9s, No problem. Just don't forget to bump so version so that it is more easily to do the incompatibility upgrade. |
When preparing 1.3.3 for debian, I found that two APIs
r3_route_create
andr3_tree_insert_pathl
are removed. Also, several APIs likezcalloc
,zfree
are exported in 1.3.1. Since library API change requires transitions, is there any plan to provide stable API and hide private functions from exporting in next version?The text was updated successfully, but these errors were encountered: