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 Oct 15, 2024. It is now read-only.
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
The following renaming/refactoring tasks currently exist:
KDB_O_DEL
should be removedsrc/libs/elektra/keyset.c
elektraLookupFlags options
argument ofksLookup
should be removed. The implementation ofksLookup
should be moved to a newstatic ksLookupInternal
that keeps the argument.keyGetMeta
/keySetMeta
must be changed to always use themeta:/
namespace prefixThe text was updated successfully, but these errors were encountered: