rizinorg / ideas

Features that would be nice to have but they are not in the roadmap
3 stars 0 forks source link

Provide the mechanism for the API deprecation #32

Open XVilka opened 3 years ago

XVilka commented 3 years ago

While we are before the 1.x versions, it's relatively safe to change the API as we wish. On the other hand, after releasing the 1.x version it will be no longer the case. Thus I propose the way to deprecate the API:

ret2libc commented 3 years ago

The API will be the commands so this does not apply. However, we can add a deprecated bool to each command descriptor to mark it as deprecated.

We could also have an experimental bool to clearly show users commands that were recently added and might not be completely stable yet

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. Considering a lot has probably changed since its creation, we kindly ask you to check again if the issue you reported is still relevant in the current version of rizin. If it is, update this issue with a comment, otherwise it will be automatically closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. Considering a lot has probably changed since its creation, we kindly ask you to check again if the issue you reported is still relevant in the current version of rizin. If it is, update this issue with a comment, otherwise it will be automatically closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue has been automatically closed because marked as stale and it has not been updated since then. If the issue is still relevant, feel free to re-open it or open a new one.

XVilka commented 2 years ago

@wingdeans it might be of interest for you as well.