libelektra
libelektra copied to clipboard
Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.
This is a summary of open questions from the `new-backend` branch: ### `modules` vs `global` Should we merge the `KeySet * modules` and `KeySet * global` within `struct _KDB`? They...
More decision in addition to #4243
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 3.6.1 to 7.3.0. Release notes Sourced from concurrently's releases. v7.3.0 What's Changed Export package.json path by @gustavohenke in open-cli-tools/concurrently#339 v7.2.2 What's Changed Update rxjs to version 7.0.0...
## Steps to Reproduce the Problem Build Elektra on A20 (DEB_BUILD_ARCH=armhf) ```sh make VERBOSE=1 ``` ## Expected Result Successful build ## Actual Result ``` [ 79%] Linking C executable ../../bin/testmod_type...
As uncovered while looking for the problem in #4414: The searchKey allocated in line 28 of src/plugins/tracer/tracer.c does not get freed. This was introduced in 7c803e17ce344d84970ce963a39f2b0bc5aa581e Furthermore, a bug gets...
## Status Quo > **Note:** if you already know about the problems with the `_` and `#` wildcards in specifications, skip to the next section When writing a specification, there...
## Steps to Reproduce the Problem Using the package from the Arch User Repository throws an compilation error as of now. This can be reproduced with ```sh git clone https://aur.archlinux.org/elektra.git...
## Steps to Reproduce the Problem ```sh docker pull elektra/elektra docker run -it elektra/elektra kdb --version ``` ## Expected Result 0.9.6 ## Actual Result 0.9.5 ## System Information - Elektra...