aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-23 23:26:55 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-24 00:25:43 +0200
commit696ca53205fd725062b541fea88d9f36742a4c74 (patch)
tree75135d8c980107bc61994c7b1e33de7ed693afb4 /TODO
parent22b35c49289157204b35a851f3cb9cade9e98559 (diff)
downloadqpdf-696ca53205fd725062b541fea88d9f36742a4c74.tar.zst
TODO note about default output streams for QPDFJob
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 00b2e3c7..51de2d74 100644
--- a/TODO
+++ b/TODO
@@ -23,6 +23,10 @@ Misc
encryption dictionary normally.
* Have a warn in QPDF that passes its variable arguments onto QPDFExc
so you don't have to do warn(QPDFExc(...))
+* Find all places in the code that write to std::cout, std::err,
+ stdout, or stderr to make sure they obey default output stream
+ settings for QPDF and QPDFJob. This probably includes adding a
+ Pl_Ostream pipeline.
* Nice to have:
* Split qpdf.test into multiple tests
* Rework tests so that nothing is written into the source directory.