You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2025. It is now read-only.
Currently we are not consistent in prefixing methods, in the core we usually have prefixes like key, ks and kdb but in other places we sometimes have the elektra prefix (but not always, e.g. keyCompare in libease or keyComment in libmeta).
So I propose to either remove or rename all methods not starting with kdb outside the core:
keySetStringF: prefix and move the helpers?
include/kdbmeta.h remove all fucntions keyOwner .. keySetCTime
keyNameGetOneLevel (in discussion to be removed)
include/kdbopmphm.h (keep symbols private)
ksPopAtCursor (already in discussion)
keyCompare, keyCompareMeta prefix
remove keyCompareByOwner and keyCompareByNameOwner
The text was updated successfully, but these errors were encountered:
I mark this issue stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping the issue by writing a message here or create a new issue with the remainder of this issue.
Thank you for your contributions 💖
I mark this issue stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping the issue by writing a message here or create a new issue with the remainder of this issue.
Thank you for your contributions 💖
I closed this issue now because it has been inactive for more than one year. If I closed it by mistake, please do not hesitate to reopen it or create a new issue with the remainder of this issue.
Thank you for your contributions 💖
Currently we are not consistent in prefixing methods, in the core we usually have prefixes like key, ks and kdb but in other places we sometimes have the elektra prefix (but not always, e.g. keyCompare in libease or keyComment in libmeta).
So I propose to either remove or rename all methods not starting with kdb outside the core:
The text was updated successfully, but these errors were encountered: