aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-16 20:35:18 +0200
committerJay Berkenbilt <ejb@ql.org>2020-10-16 23:15:39 +0200
commit18b34a564906c7ef36daefab081b44ebfd9ee64b (patch)
treeebbbd6805f2efa41e80897f338e4bbf8ca366e36 /TODO
parent9a4d3534a10ce1984567a4f79b70cfa2aa024676 (diff)
downloadqpdf-18b34a564906c7ef36daefab081b44ebfd9ee64b.tar.zst
InputSource::unreadCh -- only unread most recently read character
This is all that ever worked. The test suite was trying to do something different from ClosedFileInputSource.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 05d497e4..cbd317e8 100644
--- a/TODO
+++ b/TODO
@@ -315,6 +315,12 @@ I find it useful to make reference to them in this list
* Investigate whether there is a way to automate the memory checker
tests for Windows.
+ * Part of closed_file_input_source.cc is disabled on Windows because
+ of odd failures. It might be worth investigating so we can fully
+ exercise this in the test suite. That said, ClosedFileInputSource
+ is exercised elsewhere in qpdf's test suite, so this is not that
+ pressing.
+
* Support user-pluggable stream filters. This would enable external
code to provide interpretation for filters that are missing from
qpdf. Make it possible for user-provided filters to override