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.
I mark this stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping by writing a message here or create a new issue with the remainder of this issue.
Thank you for your contributions 💖
I closed this now because it has been inactive for more than one year. If I closed it by mistake, please do not hesitate to reopen it or create a new issue with the remainder of this issue.
Thank you for your contributions 💖
As discussed in #4555
Steps to Reproduce the Problem
Expected Result
Should print an error on
kdb meta-set user:/tests/ini/key value value
and return a non 0 exit codeActual Result
$ kdb meta-set user:/tests/ini/key key value
fails silently andkdb meta-get user:/tests/ini/key value
returns Key not foundSystem Information
Operating System:
Arch Linux, Kernel 5.19.13-arch1-1
kdb and plugins version
# kdb --version KDB_VERSION: 0.9.11 SO_VERSION: 5
Relevant Source Code
Like mini, simpleini states in its documentation that it does not support metadata as well, but still won't reject metadata user input
libelektra/src/plugins/simpleini/simpleini.c
Line 348 in cf4b6f3
The text was updated successfully, but these errors were encountered: