Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/2] Two more metadata parser fixes
@ 2025-06-20 15:43 Cyril Hrubis
  2025-06-20 15:43 ` [LTP] [PATCH 1/2] metadata: data_storage: Fix hash to json object serialization Cyril Hrubis
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Cyril Hrubis @ 2025-06-20 15:43 UTC (permalink / raw)
  To: ltp

This series fixes a metadata parser for the ".filesystems" entry of the
tst_test structure. First patch fixes the data storage to JSON
serialization and second patch changes the parser to convert structure
intialization with only designated initializers into a hash (object)
rather than an arrray.

@Andrea I suppose that the documentation generator needs a fix after
        this is applied.

Cyril Hrubis (2):
  metadata: data_storage: Fix hash to json object serialization
  metaparse: Map arrays with designated initializers to JSON objects

 metadata/data_storage.h |  28 +++++++--
 metadata/metaparse.c    | 134 +++++++++++++++++++++++++++++++++-------
 2 files changed, 135 insertions(+), 27 deletions(-)

-- 
2.49.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-07-11 13:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-20 15:43 [LTP] [PATCH 0/2] Two more metadata parser fixes Cyril Hrubis
2025-06-20 15:43 ` [LTP] [PATCH 1/2] metadata: data_storage: Fix hash to json object serialization Cyril Hrubis
2025-06-20 15:43 ` [LTP] [PATCH 2/2] metaparse: Map arrays with designated initializers to JSON objects Cyril Hrubis
2025-07-11  9:28   ` Andrea Cervesato via ltp
2025-07-11 11:33     ` Cyril Hrubis
2025-06-23  8:16 ` [LTP] [PATCH 0/2] Two more metadata parser fixes Andrea Cervesato via ltp
2025-07-07  9:23 ` Andrea Cervesato via ltp
2025-07-07 11:10   ` Cyril Hrubis
2025-07-07 11:27     ` Andrea Cervesato via ltp
2025-07-11 13:25 ` Andrea Cervesato via ltp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox