libelektra icon indicating copy to clipboard operation
libelektra copied to clipboard

[FLOSS] Renaming Tasks

Open mwoelfer-tuwien opened this issue 2 years ago • 2 comments

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 of ksLookup should be removed. The implementation of ksLookup should be moved to a new static ksLookupInternal that keeps the argument.
  • [ ] Replace keyGetMeta/keySetMeta by keyMeta+ksLookupByName/ksAppendKey
    • [ ] All uses of keyGetMeta/keySetMeta must be changed to always use the meta:/ namespace prefix
    • [x] #3980
  • [ ] Replace keyGetName/keyGetString/keyGetBinary by keyName/keyString/keyValue+memcpy (or similar)
    • [x] #3975

mwoelfer-tuwien avatar Oct 18 '22 09:10 mwoelfer-tuwien

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

mwoelfer-tuwien avatar Oct 18 '22 11:10 mwoelfer-tuwien

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.

kodebach avatar Oct 18 '22 11:10 kodebach