Commit 696ca53205fd725062b541fea88d9f36742a4c74
1 parent
22b35c49
TODO note about default output streams for QPDFJob
Showing
1 changed file
with
4 additions
and
0 deletions
TODO
| ... | ... | @@ -23,6 +23,10 @@ Misc |
| 23 | 23 | encryption dictionary normally. |
| 24 | 24 | * Have a warn in QPDF that passes its variable arguments onto QPDFExc |
| 25 | 25 | so you don't have to do warn(QPDFExc(...)) |
| 26 | +* Find all places in the code that write to std::cout, std::err, | |
| 27 | + stdout, or stderr to make sure they obey default output stream | |
| 28 | + settings for QPDF and QPDFJob. This probably includes adding a | |
| 29 | + Pl_Ostream pipeline. | |
| 26 | 30 | * Nice to have: |
| 27 | 31 | * Split qpdf.test into multiple tests |
| 28 | 32 | * Rework tests so that nothing is written into the source directory. | ... | ... |