From c2e16827b69f3d3ac3721cfcd608b87f28e2a13f Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 16 Feb 2018 18:38:05 -0500 Subject: Replace "file position" with "offset" in error messages Sometimes it's an offset in an object stream or a content stream, so file position is confusing in some cases. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b2efa056..0d6ab5ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2018-02-17 Jay Berkenbilt + * Error message fix: replace "file position" with "offset" in + error messages that report lexical or parsing errors. Sometimes + it's an offset in an object stream or a content stream rather than + a file position, so this makes the error message less confusing in + those cases. It still requires some knowledge to find the exact + position of the error, since when it's not a file offset, it's + probably an offset into a stream after uncompressing it. + * Error message fix: correct some cases in which the object that contained a lexical error was omitted from the error message. -- cgit v1.2.3-54-g00ecf