Commit 2abb305565d1c42e60b6534953abad24cce31879

Authored by Jay Berkenbilt
1 parent 8eab616d

TODO

Showing 1 changed file with 9 additions and 9 deletions
1 10.6 1 10.6
2 ==== 2 ====
3 3
4 -* Close issue #556. 4 +* Consider doing one big commit to reformat the entire codebase using
  5 + clang-format or a similar tool. Consider using blame.ignoreRevsFile
  6 + or similar (or otherwise study git blame to see how to minimize the
  7 + impact of such a change). A good time to do this would be before
  8 + 10.6 since there is so much refactoring going on. In general, try to
  9 + make qpdf more contributor-friendly. Look
  10 + https://bestpractices.coreinfrastructure.org/en
  11 +
  12 +* QPDFObjectHandle: getValueAsX methods, getKeyIfDict. Plus C API.
5 13
6 * Add user-defined initializer `QPDFObjectHandle operator ""_qpdf` to 14 * Add user-defined initializer `QPDFObjectHandle operator ""_qpdf` to
7 be like QPDFObjectHandle::parse: `auto oh = "<< /a (b) >>"_qpdf;` 15 be like QPDFObjectHandle::parse: `auto oh = "<< /a (b) >>"_qpdf;`
@@ -12,14 +20,6 @@ @@ -12,14 +20,6 @@
12 or crypt provider as long as this can be done in a thread-safe 20 or crypt provider as long as this can be done in a thread-safe
13 fashion. 21 fashion.
14 22
15 -* Consider doing one big commit to reformat the entire codebase using  
16 - clang-format or a similar tool. Consider using blame.ignoreRevsFile  
17 - or similar (or otherwise study git blame to see how to minimize the  
18 - impact of such a change). A good time to do this would be before  
19 - 10.6 since there is so much refactoring going on. In general, try to  
20 - make qpdf more contributor-friendly. Look  
21 - https://bestpractices.coreinfrastructure.org/en  
22 -  
23 * Completion: would be nice if --job-json-file=<TAB> would complete 23 * Completion: would be nice if --job-json-file=<TAB> would complete
24 files 24 files
25 25