Commit Graph

3 Commits

Author SHA1 Message Date
Wyatt Hepler
50f70779c8 Remove StatusWithSize implicit conversions
- Disallow implicit conversions between Status and StatusWithSize, which
  can be problematic.
- Add TRY_WITH_SIZE to pw_kvs to handle returning StatusWithSize from
  functions.
- Make zero the default size argument for StatusWithSize.
- Expand tests for StatusWithSize.

Change-Id: Ia1c36e5a39402a50138d93e89afbaa5e772adb8a
2020-02-14 17:59:00 +00:00
Wyatt Hepler
8e5d313b29 pw_kvs: Debug CLI tweaks to support delete
Change-Id: I9273dde09950d69fefc90eee70d05926335f3647
2020-02-06 02:28:30 +00:00
Wyatt Hepler
d621682fe5 pw_kvs: Simple debug command line interface
Add the pw_kvs:debug_cli executable for performing very basic manual
testing locally.

Change-Id: Ifab6eb237f92a1b09ed7e3797485f9889e6cec64
2020-02-04 17:42:23 -08:00