libelektra icon indicating copy to clipboard operation
libelektra copied to clipboard

Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.

Results 225 libelektra issues
Sort by recently updated
recently updated
newest added

elektraQuickdumpSet always(at the end or on failure) closed `file`, which makes sense, but `file` can be `stdout` in which case it should not be closed. Should be merge after #4469...

In #3530 @robaerd noted that `scripts/dev/configure-debian` is not suitable for our release automation. We should decide on some sane CMake parameters to be used for release builds. If there are...

build
low priority
stale

- [ ] for whole Elektra (with disabling PLUGINS) - [ ] for whole Elektra at run-time by unmounting the global plugin (does this work? Maybe we create a new...

documentation
stale

For example: - testshell_markdown_ccode and testshell_markdown_tcl fail if ~/.config/config.tcl is a non-TCL file - testshell_markdown_tutorial_validation fails if ~/.config/tutorial.dump contains user/tests/tutorial/spec/should_not_be_here - testshell_markdown_toml fails if ~/.config/test.toml exists Furthermore, the situation, that...

bug
testing
stale

Is it on purpose that ni files now contain `meta:` in front of every metakey? E.g. ```sh kdb meta-set /sw/app/current/#0/server/port type short cat `kdb file spec:/sw/app/current/#0` ``` now yields: ```ini...

enhancement

``` Version: 0.9.3 Mountpoint: user:/sw/elektra/dq/#0 File: dq.ini config: sed: -e Ausdruck #1, Zeichen 36: Unbekannte Option für »s« sed: -e Ausdruck #1, Zeichen 36: Unbekannte Option für »s« sed: -e...

bug
lang/shell
blocked

https://build.libelektra.org/blue/organizations/jenkins/libelektra/detail/PR-3678/4/pipeline ``` 113/215 Test #131: testscr_check_formatting ......................***Failed 0.09 sec ELEKTRA CHECK FORMATTING ———————————————————————————————————————————————————————————— Warning — Reformatting command `reformat-c` failed ClangFormat: Version Info: 0.9.4 Major Version: Please install clang-format 11 ————————————————————————————————————————————————————————————...

It makes sense that ksAppendKey() locks the key name, since it determines the position of the key in the keyset. However, I did not find an API function that clears...

enhancement

- [ ] no meta-data can be contained (as meta-meta data lives in spec:/) - [ ] no binary values are allowed (as they require meta-data) - [ ] value...

proposal

We should have a way to say that all errors in a function should be emitted as a warning. This was originally proposed by @kodebach and @markus2330 in this discussion:...

proposal
lang/c