libelektra
libelektra copied to clipboard
[FLOSS] Renaming Tasks
The following renaming/refactoring tasks currently exist:
- [ ] remove options from ksLookup
- [x] #3979
- [x] #4034
- [ ]
KDB_O_DEL
should be removed - [ ] All other options should not be used outside
src/libs/elektra/keyset.c
- [ ] The
elektraLookupFlags options
argument ofksLookup
should be removed. The implementation ofksLookup
should be moved to a newstatic ksLookupInternal
that keeps the argument.
- [ ] Replace keyGetMeta/keySetMeta by keyMeta+ksLookupByName/ksAppendKey
- [ ] All uses of
keyGetMeta
/keySetMeta
must be changed to always use themeta:/
namespace prefix - [x] #3980
- [ ] All uses of
- [ ] Replace keyGetName/keyGetString/keyGetBinary by keyName/keyString/keyValue+memcpy (or similar)
- [x] #3975
As I have de-registrered from the course, I won't do any work on these tasks anymore, but I'll leave it open for other students to work on these tasks. @kodebach
As I have de-registrered from the course, I won't do any work on these tasks anymore
Sorry to here that. I updated the issue description with more details and existing issues. I also hid these comments as off-topic.
@markus2330 Please assign the proper labels to this issue.