Skip to content

Version 1.3.2

Latest
Compare
Choose a tag to compare
@rbeyer rbeyer released this 11 Aug 23:26

Fixed

  • The parser was requesting the next token after an end-statement, even though nothing was done with this token (in the future it could
    be a comment that should be processed). In the very rare case where all of the "data" bytes in a file with an attached PVL label
    (like a .IMG or .cub file) actually convert to UTF with no whitespace characters, that next token will take an unacceptable amount of time to return, if it does at all. The parser now does not request additional tokens once an end-statement is identified (Issue 104).