IanCarlsonOwl opened a new pull request #420:
URL: https://github.com/apache/incubator-daffodil/pull/420


   This change removes the isDefinedForLength check for complexType
   elements as well a choice types so we don't try to look ahead
   by a potentially unbounded length. This is to prevent us from
   looking far enough ahead that we lose the ability to backtrack,
   or lose the "beginning" of the objects being checked.
   
   Also removed the assert on isLimitOk. This type of failure can
   more correctly be caught later in parsing, such that we'll
   backtrack correctly.
   
   Also switched one of the text files from tabs to 2 space indentation.
   
   DAFFODIL-2395


----------------------------------------------------------------
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]


Reply via email to