mike-mcgann opened a new pull request, #988: URL: https://github.com/apache/daffodil/pull/988
When there are not enough bits for parsing, an error message will be displayed showing the number of bits available. Sometimes this value uses the number of bits remaining in the limit and doesn't consider that this could be greater than the number of bits actually available in the data stream. This change selects the lesser of the two values when that information is known. The TDML runner has also been updated to only place a limit on the parser when the length of the document under test doesn't end on a byte boundary. [DAFFODIL-2645](https://issues.apache.org/jira/browse/DAFFODIL-2645) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
