aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-04 19:08:19 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-04 19:41:05 +0100
commit2abb305565d1c42e60b6534953abad24cce31879 (patch)
tree9aa55240b512c6ecb34cfe19a7b631cff795c75b /TODO
parent8eab616d6232099d9ad49af7be1f2e2d6b4c8d0f (diff)
downloadqpdf-2abb305565d1c42e60b6534953abad24cce31879.tar.zst
TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 9 insertions, 9 deletions
diff --git a/TODO b/TODO
index b57cc7e9..69f003b3 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,15 @@
10.6
====
-* Close issue #556.
+* Consider doing one big commit to reformat the entire codebase using
+ clang-format or a similar tool. Consider using blame.ignoreRevsFile
+ or similar (or otherwise study git blame to see how to minimize the
+ impact of such a change). A good time to do this would be before
+ 10.6 since there is so much refactoring going on. In general, try to
+ make qpdf more contributor-friendly. Look
+ https://bestpractices.coreinfrastructure.org/en
+
+* QPDFObjectHandle: getValueAsX methods, getKeyIfDict. Plus C API.
* Add user-defined initializer `QPDFObjectHandle operator ""_qpdf` to
be like QPDFObjectHandle::parse: `auto oh = "<< /a (b) >>"_qpdf;`
@@ -12,14 +20,6 @@
or crypt provider as long as this can be done in a thread-safe
fashion.
-* Consider doing one big commit to reformat the entire codebase using
- clang-format or a similar tool. Consider using blame.ignoreRevsFile
- or similar (or otherwise study git blame to see how to minimize the
- impact of such a change). A good time to do this would be before
- 10.6 since there is so much refactoring going on. In general, try to
- make qpdf more contributor-friendly. Look
- https://bestpractices.coreinfrastructure.org/en
-
* Completion: would be nice if --job-json-file=<TAB> would complete
files