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
When set is given a string containing particular special characters, such as double quotes ("), the value is not set and no error is given.
This bug extends to set_opts.
Recommended solution: escape special characters inside of set method and removing escapes when get'ting a value back.
These methods should not return bool values but nothing or error types (!).
The text was updated successfully, but these errors were encountered:
einar-hjortdal
changed the title
set fails quietly when a string contains un-escaped special characters
[BUG] set fails quietly when a string contains un-escaped special characters
Jun 16, 2023
When
set
is given a string containing particular special characters, such as double quotes ("
), the value is not set and no error is given.This bug extends to
set_opts
.Recommended solution: escape special characters inside of
set
method and removing escapes whenget
'ting a value back.These methods should not return bool values but nothing or error types (
!
).The text was updated successfully, but these errors were encountered: