From 038dd2d5ee521d41b2d2e71eea96c3858c5b6d4e Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 20 Dec 2021 11:34:00 -0500 Subject: [PATCH] Remove uninitialized error idea --- TODO | 10 ---------- 1 file changed, 0 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index 644a33e..c7d8e1f 100644 --- a/TODO +++ b/TODO @@ -11,16 +11,6 @@ Next * Consider creating a qpdf wiki. See also Documentation below. -* 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 ============= -- libgit2 0.21.4