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.
kdb mount typetest.dump user/typetest dump type
kdb set user/typetest/key a
kdb setmeta user/typetest/key check/type char
# RET:0
kdb get user/typetest/key
#> a
kdb rm user/typetest/key
kdb umount user/typetest
results in:
CMD: kdb setmeta user/typetest/key check/type char
RET: 5
=== FAILED return value doesn't match expected pattern 0
STDERR: The command kdb setmeta failed while accessing the key database with the info:
Sorry, the error (#52) occurred ;(
Description: could not type check value of key
Ingroup: plugin
Module: type
At: /home/thomas/Dev/Elektra/libelektra/src/plugins/type/type.cpp:31
Reason: The type char failed to match for user/typetest/key with string: a
Mountpoint: user/typetest
Configfile: /home/thomas/.config/typetest.dump.31273:1494217372.63589.tmp
Thanks for the bug report, what an oversight! Great to see activity from you again!
Is it enough to check for char+octet if the length of the string is 1? Or are there other CORBA rules applying in these situations? Please reopen if it was not fixed.
Thanks for the testcase+shellrecorder snippet! I added them
steps to reproduce:
results in:
adding
to testmod_type also results in
The text was updated successfully, but these errors were encountered: