forked from eclipse-score/persistency
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
If provided JSON contains numbers - the are improperly stored as boolean.
Changing the order of execution in any_to_kvsvalue seem to affect results. E.g., normally double values are stored as booleans, but modifying code to handle double before bool type cause bool tests to fail.
I was not able to reproduce the issue using only any_to_kvsvalue.
Reproducer is available in #28.
- Checkout to "arkjedrz_cpp-typecast-issue".
- Run
bazel test //tests/cpp:test_kvs_type_issue_repro.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working