-
Notifications
You must be signed in to change notification settings - Fork 123
kdb set with validation #1164
Comments
Other problems with
|
I mark this issue 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 the issue by writing a message here or create a new issue with the remainder of this issue. |
I mark this issue 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 the issue by writing a message here or create a new issue with the remainder of this issue. |
@atmaxinger can you check if this is still open? |
Okay so I tested this issue against the current master The setup:
✔ ❌ |
Thank you for reproducing! That But I updated the top-post. |
If that's the full setup, it cannot work. Neither the EDIT: But looking at the code in |
Yes that's the full setup. TBH I thougt it would need some plugins, but I followed this guide and there was no mentioning of extra mounting the namespace with the plugins. If this is the case, the documentation should be revised to include this information. |
Stopped before or you skipped the essential |
Yes I skipped it, as the description
sounded like it was only necessary when mounting the configuration from a file. As Elektra is also usable without mounting specific files (i.e. elektrified applications), I didn't think this was necessary. |
It's not about whether or not you are using a file. It's about the existence of a mountpoint. If you don't call |
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. |
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. |
kdb set: always do cascading set (for validation)
Current behavior
kdb set user:/test value
does not validate.
Expected behavior
kdb set user:/test value
should validate (except if-f
is used)The text was updated successfully, but these errors were encountered: