Replies: 1 comment
-
|
Converted this discussion back to an issue so a milestone can be assigned to it. Also people find it easier this way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Ensure
cs_prefix for all API structs, ids and function names?Not all API structs and functions have the
cs_prefix. This leads to issues like these: #2316The question is now, should this be addressed before the v6 Beta? Or before v6 Gold?
Or is API stability more important for everyone and we just keep it as is?
Currently the naming was kinda arbitrary. Sometimes only the
arch_prefix, sometimescs_arch_.I think though it is important to make a decision once and then stick with it. And with the many improvements and changes
v6brings, it is most suitable time to do it. So the annoyance is kept to one time only.NOTE: This would only affect
v6and future versions.v5would stay as is.include/capstone/. Internally we have more funny stuff going on, but this is out of scope.Beta Was this translation helpful? Give feedback.
All reactions