libelektra
libelektra copied to clipboard
Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.
> system:/elektra/mountpoints This should be changed to `system:/elektra/mountpoint` as we have in doc/DESIGN.md "We use singular for all names.". _Originally posted by @markus2330 in https://github.com/ElektraInitiative/libelektra/issues/4442#issuecomment-1229415692_
- [ ] should only use singular (not yet written as rule in doc/help/elektra-key-names.md, please add it there) - [ ] should only use hierarchy separator for separation e.g.: -...
In https://github.com/ElektraInitiative/libelektra/issues/4407#issue-1303786329 @kodebach proposed to make bootstrap storage != default storage. The proposal there, imho, moves too much complexity to the build system. I propose following alternative, reaching the same...
Currently, a lot of if statements - especially when checking for null pointers - are condensed into a single line. This is a problem for the coverage report, because the...
DO NOT MERGE YET
testjna_gradle is currecntly ecluded on such platforms comment in libelektra/src/bindings/jna/CMakeLists.txt `we cannot set DYLD_LIBRARY_PATH on new macOS versions, making the kdb tests fail if its not installed in the system`...
This PR is based on PR #4439 branch and therefore has to be merged afterwards. closes #4348 #3875 #4038 #3754 ## Basics - [x] Short descriptions of your changes are...
This issue is for tracking my milestones - [ ] M1 - 1.10.2022 - finalized use cases/begin of implementation. Global plugins should work in new-backend branch. - [ ] M2...
## Basics - [ ] Short descriptions of your changes are in the release notes (added as entry in `doc/news/_preparation_next_release.md` which contains `_(my name)_`) **Please always add something to the...
src/plugins/toml/driver.c and src/plugins/toml/lexer.l unfortunately has non-const global variables, which easily can lead to weird memory problems and crashes, sometimes with output: ``` realloc(): invalid next size fatal flex scanner internal...