This commit is contained in:
Jay Berkenbilt 2021-12-10 11:16:08 -05:00
parent 08bcf6449c
commit 29384ecace
1 changed files with 19 additions and 0 deletions

19
TODO
View File

@ -1,3 +1,22 @@
Next
====
* High-level API/doc overhaul: #593
* Refactor test_driver.cc so that runtest is not one huge function.
* Consider creating a qpdf wiki.
* For QPDFObjectHandle, provide a way on and after construction
to specify the error message that will be thrown if the
uninitialized object is accessed. Attach this to the trailer or any
other uninitialized object handle that might be returned. Explain in
getTrailer() that we don't explicitly check since the trailer is
only uninitialized when the user doesn't call a process method, and
adding a check for every call will be expensive. Make sure the error
thrown when an uninitialized trailer is accessed provides useful
information. Test from the C API as well as the C++ API.
Documentation
=============