stevedlawrence opened a new pull request #564: URL: https://github.com/apache/daffodil/pull/564
The IBM DFDL implementation has no way to report the final bit position of a parse or unparse, and so just returns -1 for this value to the TDML runner. The recent deprecation of isAtEnd in favor of bitPos caused this -1 value to be used by the TDML runner, and think that there was always left over data This changes the TDML runner so that if the bit position is negative, then we skip the left over data check in TDML test. DAFFODIL-2517 -- 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. For queries about this service, please contact Infrastructure at: [email protected]
