]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Fri, 24 May 2024 12:42:27 +0000 (14:42 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 24 May 2024 12:43:52 +0000 (14:43 +0200)
TODO

diff --git a/TODO b/TODO
index 5c3b6f638244b43635d35f3885be288fb227d485..c9f8bf9b91648e2a5a66d3d4ee107ff54eadfd9b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -130,6 +130,10 @@ Deprecations and removals:
 
 Features:
 
+* consider reworking json_build() to imply a top-level JSON_BUILD_OBJECT(),
+  since that's what we want in 99% of cases. Then provide json_build_any() or
+  so that can build other variant types top-level too.
+
 * rework tpm2_parse_pcr_argument_to_mask() to refuse literal hash value
   specifications. They are currently parsed but ignored. We should refuse them
   however, to not confuse people.