libelektra
libelektra copied to clipboard
Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.
The new reference counting for key sets that was implemented in #3949 still needs to be implemented in multiple bindings. For an overview of all bindings needing changes, see #4129....
Since properly updating the Javadoc for the JNA bindings is quite time consuming, I'm creating this issue to track the task separately. - [x] Update API consumer Javadoc - ~~[...
I played around with the new TOML plugin and must say it works beyond expectations, it is definitely superior to ini. The only things I noticed so far are some...
Although TESTING.md clearly defines that only `/tests/` is allowed for writing, quite some tutorials, plugins, tests do differently. Following Elektra paths seem to be used: - [ ] `/tests` see...
## Steps to Reproduce the Problem ```sh kdb set /tests/csv/a1/a a1 kdb set /tests/csv/a2/a a2 kdb set /tests/csv/a3/a a3 kdb export /tests/csv csvstorage -c export=,export/a= ``` ## Expected Result ```sh...
If we decide to keep vaargs for keyNew, we should consider adding something like `KEY_ADD_BASE_NAME` for constructions of special names without the need to know about the escaping rules, e.g.:...
A CLI tool similar to getopt(1) with our option parsing API would be nice. @kodebach: what do you think?
## 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...
## Steps to Reproduce the Problem I have a large multiresolver configuration, from which exports into 24 CSV files are done. (Using `kdb export`) ## Expected Result That with cache,...